Re: [Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Kevin Wolf
Am 29.01.2013 17:12, schrieb Eric Blake: > On 01/29/2013 03:01 AM, Kevin Wolf wrote: >> Just create lots of images and try out each of the creation options that >> qcow2 provides (except backing_file/fmt for now) >> >> I'm not totally happy with the behaviour of qemu-img in each of the >> cases, bu

Re: [Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Eric Blake
On 01/29/2013 03:01 AM, Kevin Wolf wrote: > Just create lots of images and try out each of the creation options that > qcow2 provides (except backing_file/fmt for now) > > I'm not totally happy with the behaviour of qemu-img in each of the > cases, but let's be explicit and update the test when we

Re: [Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Kevin Wolf
Am 29.01.2013 11:01, schrieb Kevin Wolf: > Just create lots of images and try out each of the creation options that > qcow2 provides (except backing_file/fmt for now) > > I'm not totally happy with the behaviour of qemu-img in each of the > cases, but let's be explicit and update the test when we

Re: [Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Markus Armbruster
Kevin Wolf writes: > Am 29.01.2013 14:43, schrieb Markus Armbruster: >>> +echo "=== Check correct interpretation of suffixes for image size ===" >>> +echo >>> +sizes="1024 1024b 1k 1K 1M 1G 1T " >>> +sizes+="1024.0 1024.0b 1.5k 1.5K 1.5M 1.5G 1.5T" >>> + >>> +echo "== 1. Traditional size paramete

Re: [Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Kevin Wolf
Am 29.01.2013 14:43, schrieb Markus Armbruster: >> +echo "=== Check correct interpretation of suffixes for image size ===" >> +echo >> +sizes="1024 1024b 1k 1K 1M 1G 1T " >> +sizes+="1024.0 1024.0b 1.5k 1.5K 1.5M 1.5G 1.5T" >> + >> +echo "== 1. Traditional size parameter ==" >> +echo >> +for s in $

Re: [Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Markus Armbruster
Kevin Wolf writes: > Just create lots of images and try out each of the creation options that > qcow2 provides (except backing_file/fmt for now) > > I'm not totally happy with the behaviour of qemu-img in each of the > cases, but let's be explicit and update the test when we do change > things la

[Qemu-devel] [PATCH] qemu-iotests: Test qcow2 image creation options

2013-01-29 Thread Kevin Wolf
Just create lots of images and try out each of the creation options that qcow2 provides (except backing_file/fmt for now) I'm not totally happy with the behaviour of qemu-img in each of the cases, but let's be explicit and update the test when we do change things later. Signed-off-by: Kevin Wolf