Am 12.06.2018 um 00:03 hat Eric Blake geschrieben: > On 06/11/2018 04:39 PM, Eric Blake wrote: > > Although qemu-img creates aligned files (by rounding up), it > > must also gracefully handle files that are not sector-aligned. > > Test that the bug fixed in the previous patch does not recur. > > > > It's a bit annoying that we can see the (implicit) hole past > > the end of the file on to the next sector boundary, so if we > > ever reach the point where we report a byte-accurate size rather > > than our current behavior of always rounding up, this test will > > probably need a slight modification. > > > > Signed-off-by: Eric Blake <[email protected]> > > --- > > > + > > +$QEMU_IO -c 'w 43008 1' "$TEST_IMG" # writing also rounds up > > Shoot - missing a filter... > > > +++ b/tests/qemu-iotests/221.out > > @@ -0,0 +1,16 @@ > > +QA output created by 221 > > + > > +=== Check mapping of unaligned raw image === > > + > > +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=43009 > > +[{ "start": 0, "length": 43520, "depth": 0, "zero": true, "data": false, > > "offset": OFFSET}] > > +[{ "start": 0, "length": 43520, "depth": 0, "zero": true, "data": false, > > "offset": OFFSET}] > > +wrote 1/1 bytes at offset 43008 > > +1 bytes, 1 ops; 0.0001 sec (7.512 KiB/sec and 7692.3077 ops/sec) > > ...which leaks volatile output. Squash this in:
Thanks, applied to the block branch. (After fixing the patch corruption caused by your mailer helpfully adding line breaks.) Kevin
