Shrink Qcow2 images by removing snapshots
Submitted by itefix on Mon, 02/01/2023 - 00:39
- Make sure that the domain using the qcow2 image is stopped.
- List available snapshots in the qcow2 image:
qemu-img snapshot -l /var/lib/libvirt/images/vm1.qcow2
- Delete snapshots from the image:
qemu-img snapshot -d "snapshot name a" /var/lib/libvirt/images/vm1.qcow2
.....
qemu-img snapshot -d "snapshot name n" /var/lib/libvirt/images/vm1.qcow2
- Shrink the qcow2 image:
qemu-img convert -O qcow2 /var/lib/libvirt/images/vm1.qcow2 /var/lib/libvirt/images/vm1_small.qcow2
Featured product
Release Announcements
- 2024-11-25 Copssh client 8.0.0
- 2024-11-17 OpenSSL tool 2.0.1
- 2024-11-17 Wrbldnsd 5.0.2