From 97f94cb4f842ff43e21e990e59a3ca01708e76d0 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Thu, 21 Feb 2019 16:30:33 +0100 Subject: qemu-iotests: Test qcow2 preallocation modes Signed-off-by: Kevin Wolf Reviewed-by: Eric Blake --- tests/qemu-iotests/243.out | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/qemu-iotests/243.out (limited to 'tests/qemu-iotests/243.out') diff --git a/tests/qemu-iotests/243.out b/tests/qemu-iotests/243.out new file mode 100644 index 0000000..e531753 --- /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 -- cgit v1.1