Back to top

Shrink Qcow2 images by removing snapshots

  • 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

2025-01-06 cwDup 4.1.4
2024-12-31 icurl 1.1.0
2024-12-28 Win2ban 2.0.5