andsens / bootstrap-vz

Bootstrap Debian images for virtualized environments
http://bootstrap-vz.readthedocs.io/
Other
263 stars 143 forks source link

qemu-img also supports shrinking raw and qcow2 formats #441

Closed mengelmann closed 6 years ago

mengelmann commented 6 years ago

qemu-img also supports raw and qcow2 formats, so let's allow shrinking them too.

$ qemu-img --help | grep ^Supported
Supported formats: blkdebug blkreplay blkverify bochs cloop dmg file ftp ftps gluster host_cdrom host_device http https iscsi iser luks nbd nfs null-aio null-co parallels qcow qcow2 qed quorum raw rbd replication sheepdog ssh vdi vhdx vmdk vpc vvfat
andsens commented 6 years ago

LGTM, merging...