Re: [Qemu-devel] [PATCH v2] sheepdog: add full data preallocation support

2011-07-06 Thread Kevin Wolf
Am 05.07.2011 20:38, schrieb MORITA Kazutaka: This introduces qemu-img create option for sheepdog which allows the data to be fully preallocated (note that sheepdog always preallocates metadata). The option is disabled by default and you need to enable it like the following: qemu-img

[Qemu-devel] [PATCH v2] sheepdog: add full data preallocation support

2011-07-05 Thread MORITA Kazutaka
This introduces qemu-img create option for sheepdog which allows the data to be fully preallocated (note that sheepdog always preallocates metadata). The option is disabled by default and you need to enable it like the following: qemu-img create sheepdog:test -o preallocation=full 1G