Difference between revisions of "Qemu-img resize"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
Verify: | Verify: | ||
− | + | ||
+ | [[qemu-img info]] image_name.qcow2 | ||
image: image_name.qcow2 | image: image_name.qcow2 | ||
file format: qcow2 | file format: qcow2 | ||
Line 16: | Line 17: | ||
refcount bits: 16 | refcount bits: 16 | ||
corrupt: false | corrupt: false | ||
+ | |||
+ | |||
+ | == Shrink == | ||
+ | Your new image cannot be bootable. Make sure you understand implications. | ||
+ | |||
+ | qemu-img resize YOUR_VM_MACHINE_NAME.img -10G | ||
+ | qemu-img: warning: Shrinking an image will delete all data beyond the shrunken image's end. Before performing such an operation, make sure there is no important data there. | ||
+ | qemu-img: Use the --shrink option to perform a shrink operation | ||
+ | |||
+ | qemu-img resize --shrink YOUR_VM_MACHINE_NAME.img -10G | ||
+ | Image resized. | ||
Line 26: | Line 38: | ||
* <code>[[virt-filesystems]]</code> | * <code>[[virt-filesystems]]</code> | ||
* <code>[[virsh blockresize]]</code> | * <code>[[virsh blockresize]]</code> | ||
+ | * <code>[[virt-sparsify]]</code> | ||
== Activities == | == Activities == |
Latest revision as of 13:27, 11 April 2021
qemu-img resize image_name.qcow2 +3G image resized.
Verify: qemu-img info image_name.qcow2 image: image_name.qcow2 file format: qcow2 virtual size: 500G (536870912000 bytes) disk size: 246G cluster_size: 65536 Format specific information: compat: 1.1 lazy refcounts: true refcount bits: 16 corrupt: false
Contents
Shrink[edit]
Your new image cannot be bootable. Make sure you understand implications.
qemu-img resize YOUR_VM_MACHINE_NAME.img -10G qemu-img: warning: Shrinking an image will delete all data beyond the shrunken image's end. Before performing such an operation, make sure there is no important data there. qemu-img: Use the --shrink option to perform a shrink operation
qemu-img resize --shrink YOUR_VM_MACHINE_NAME.img -10G Image resized.
Process:
Related commands[edit]
Activities[edit]
See also[edit]
Advertising: