diff options
author | Kevin Wolf <kwolf@redhat.com> | 2019-02-21 16:30:33 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-03-08 12:26:45 +0100 |
commit | 97f94cb4f842ff43e21e990e59a3ca01708e76d0 (patch) | |
tree | 1c99c10551aef0854a3e8b7e4e63aa1f615b1710 /tests/qemu-iotests/243.out | |
parent | bde36af1ab4f476d38bfbcc1d890b08b7164a8f4 (diff) |
qemu-iotests: Test qcow2 preallocation modes
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/243.out')
-rw-r--r-- | tests/qemu-iotests/243.out | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/qemu-iotests/243.out b/tests/qemu-iotests/243.out new file mode 100644 index 0000000000..e531753ad1 --- /dev/null +++ b/tests/qemu-iotests/243.out @@ -0,0 +1,26 @@ +QA output created by 243 + +=== preallocation=off === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=off +File size: 196616 +Disk usage: low + +=== preallocation=metadata === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=metadata +File size: 67436544 +Disk usage: low + +=== preallocation=falloc === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=falloc +File size: 67436544 +Disk usage: high + +=== preallocation=full === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=full +File size: 67436544 +Disk usage: high +*** done |