gluster / integration

Project management and tracking area for Gluster Experience for Developers and Integration
3 stars 3 forks source link

Support the `fallocate` allocation method with qemu-img #6

Closed nixpanic closed 7 years ago

nixpanic commented 7 years ago

Error message says that GlusterFS doesn't support zerofill API:

# qemu-img create -f qcow2  -o preallocation=none gluster://host1.example.com/vol/vm1.img 1G
....
....
....
....
qemu-img: gluster://dhcp37-191.lab.eng.blr.redhat.com/voltemp/vm1.img: Invalid preallocation mode: 'falloc' or GlusterFS doesn't support zerofill API

Further details are reported in RHBZ#1450759.

nixpanic commented 7 years ago

Merged in upstream QEMU: