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
Release news
- 2023-05-23 Copssh server 7.13.2
- 2023-05-23 Copssh server 8.1.2
- 2023-03-29 Rsync Client Helper GUI 1.0.3.7
- 2023-03-29 Nagwin 5.1.2
- 2023-03-29 cwRsync server 6.7.2