diff options
author | Max Reitz <mreitz@redhat.com> | 2019-10-28 17:18:41 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2019-11-07 14:37:46 +0100 |
commit | b7cd2c11f76d27930f53d3cf26d7b695c78d613b (patch) | |
tree | aaaa27865857a51d7b1800ef8c8f524df67a70c3 /tests/qemu-iotests/272.out | |
parent | 24552feb6ae2f615b76c2b95394af43901f75046 (diff) |
iotests: Add test for 4G+ compressed qcow2 write
Test what qemu-img check says about an image after one has written
compressed data to an offset above 4 GB.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20191028161841.1198-3-mreitz@redhat.com
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/272.out')
-rw-r--r-- | tests/qemu-iotests/272.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/272.out b/tests/qemu-iotests/272.out new file mode 100644 index 0000000000..35698b0e73 --- /dev/null +++ b/tests/qemu-iotests/272.out @@ -0,0 +1,10 @@ +QA output created by 272 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 +wrote 2097152/2097152 bytes at offset 0 +2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +--- Check --- + +2044 leaked clusters were found on the image. +This means waste of disk space, but no harm to data. +*** done |