diff options
author | Max Reitz | 2013-09-25 12:07:23 +0200 |
---|---|---|
committer | Kevin Wolf | 2013-09-27 11:16:36 +0200 |
commit | fd9e03e6060b3a64099d17e4a886421b21dd7341 (patch) | |
tree | d2bb332ac97d497fa20be89744cb2bbf31f9e6f9 /tests/qemu-iotests/061.out | |
parent | qcow2: Correct bitmap size in zero expansion (diff) | |
download | qemu-fd9e03e6060b3a64099d17e4a886421b21dd7341.tar.gz qemu-fd9e03e6060b3a64099d17e4a886421b21dd7341.tar.xz qemu-fd9e03e6060b3a64099d17e4a886421b21dd7341.zip |
qemu-iotests: Preallocated zero clusters in 061
Add a test case for zero cluster expansion on an image completely filled
with preallocated zero clusters to test 061.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/061.out')
-rw-r--r-- | tests/qemu-iotests/061.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/qemu-iotests/061.out b/tests/qemu-iotests/061.out index d42127fb6f..4027e0077e 100644 --- a/tests/qemu-iotests/061.out +++ b/tests/qemu-iotests/061.out @@ -373,4 +373,15 @@ read 131072/131072 bytes at offset 0 No errors were found on the image. read 131072/131072 bytes at offset 0 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +=== Testing preallocated zero expansion on full image === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 +wrote 67108864/67108864 bytes at offset 0 +64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +wrote 67108864/67108864 bytes at offset 0 +64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +No errors were found on the image. +read 67108864/67108864 bytes at offset 0 +64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) *** done |