Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 106.out
blobc4599576605ced05559fc172598a97eabaae4b85
1 QA output created by 106
2 === Testing image growth ===
4 --- create_mode=off growth_mode=off ---
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
6 Image resized.
8 --- create_mode=off growth_mode=falloc ---
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
10 Image resized.
12 --- create_mode=off growth_mode=full ---
13 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
14 Image resized.
16 --- create_mode=falloc growth_mode=off ---
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
18 Image resized.
20 --- create_mode=falloc growth_mode=falloc ---
21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
22 Image resized.
24 --- create_mode=falloc growth_mode=full ---
25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
26 Image resized.
28 --- create_mode=full growth_mode=off ---
29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
30 Image resized.
32 --- create_mode=full growth_mode=falloc ---
33 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
34 Image resized.
36 --- create_mode=full growth_mode=full ---
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
38 Image resized.
40 === Testing image shrinking ===
42 --- growth_mode=falloc ---
43 qemu-img: Preallocation can only be used for growing images
45 --- growth_mode=full ---
46 qemu-img: Preallocation can only be used for growing images
48 --- growth_mode=off ---
49 Image resized.
51 === Testing image growth on 2G empty image ===
53 --- growth_mode=falloc ---
54 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
55 Image resized.
57 --- growth_mode=full ---
58 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
59 Image resized.
60 *** done