diff options
author | Max Reitz <mreitz@redhat.com> | 2018-02-28 14:13:15 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2018-04-03 17:39:37 +0200 |
commit | 733d1dce0f3c8ab7b79a173f6482781d3718f844 (patch) | |
tree | a2045d3068dd5899ae21cc7c80d68e3825fafaaa /tests/qemu-iotests/106.out | |
parent | 82b45e0a0b824787bd79ce3f6453eaa2afddd138 (diff) | |
download | qemu-733d1dce0f3c8ab7b79a173f6482781d3718f844.zip qemu-733d1dce0f3c8ab7b79a173f6482781d3718f844.tar.gz qemu-733d1dce0f3c8ab7b79a173f6482781d3718f844.tar.bz2 |
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.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/106.out b/tests/qemu-iotests/106.out index 0a42312..c459957 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 |