summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/106.out
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2018-02-28 14:13:15 +0100
committerMax Reitz <mreitz@redhat.com>2018-04-03 17:39:37 +0200
commit733d1dce0f3c8ab7b79a173f6482781d3718f844 (patch)
treea2045d3068dd5899ae21cc7c80d68e3825fafaaa /tests/qemu-iotests/106.out
parent82b45e0a0b824787bd79ce3f6453eaa2afddd138 (diff)
downloadqemu-733d1dce0f3c8ab7b79a173f6482781d3718f844.tar.gz
iotests: Test preallocated truncate of 2G image
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20180228131315.30194-3-mreitz@redhat.com Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/106.out')
-rw-r--r--tests/qemu-iotests/106.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/106.out b/tests/qemu-iotests/106.out
index 0a42312301..c459957660 100644
--- a/tests/qemu-iotests/106.out
+++ b/tests/qemu-iotests/106.out
@@ -47,4 +47,14 @@ qemu-img: Preallocation can only be used for growing images
--- growth_mode=off ---
Image resized.
+
+=== Testing image growth on 2G empty image ===
+
+--- growth_mode=falloc ---
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
+Image resized.
+
+--- growth_mode=full ---
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
+Image resized.
*** done