Re: [PATCH 0/3] iotests: Fix 125

2019-09-27 Thread Max Reitz
On 25.09.19 20:32, Max Reitz wrote: > Hi, > > iotest 125 is very broken. It uses qemu-img info’s “disk size” to > determine an image’s on-disk size, but it does so in a wrong way: It > just fetches the first number ([0-9]+), but that isn’t very useful > because qemu-img info emits human-readable

[PATCH 0/3] iotests: Fix 125

2019-09-25 Thread Max Reitz
Hi, iotest 125 is very broken. It uses qemu-img info’s “disk size” to determine an image’s on-disk size, but it does so in a wrong way: It just fetches the first number ([0-9]+), but that isn’t very useful because qemu-img info emits human-readable values that include units and decimal points. W