mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
The old version of qemu-img available in Debian 8 doesn't support the preallocation option for raw format. However this doesn't matter because the default is preallocation=off (ie. sparse) for old and new versions of qemu-img so we can just omit this parameter. Fixes commit53317e3f07and commitfa83b47876and commit74ded0dbc1.