iotests: Fix test 178
[qemu/ericb.git] / tests / qemu-iotests / 178.out.qcow2
blob4b69524c80eed059b1f9cd3ffdb6c9b6b7a1178b
1 QA output created by 178
2 == Input validation ==
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
5 qemu-img: Either --size N or one filename must be specified.
6 qemu-img: --size N cannot be used together with a filename.
7 qemu-img: At most one filename argument is allowed.
8 qemu-img: Either --size N or one filename must be specified.
9 qemu-img: --image-opts, -f, and -l require a filename argument.
10 qemu-img: --image-opts, -f, and -l require a filename argument.
11 qemu-img: --image-opts, -f, and -l require a filename argument.
12 qemu-img: Invalid option list: ,
13 qemu-img: Invalid parameter 'snapshot.foo'
14 qemu-img: Failed in parsing snapshot param 'snapshot.foo'
15 qemu-img: --output must be used with human or json as argument.
16 qemu-img: Invalid image size specified. Must be between 0 and 9223372036854775807.
17 qemu-img: Unknown file format 'foo'
19 == Size calculation for a new file (human) ==
21 required size: 196608
22 fully allocated size: 196608
23 required size: 589824
24 fully allocated size: 2148073472
25 required size: 10747904
26 fully allocated size: 68730224640
27 required size: 42205184
28 fully allocated size: 274920112128
29 required size: 168034304
30 fully allocated size: 1099679662080
31 required size: 343650009088
32 fully allocated size: 2252143463694336
33 qemu-img: The image size is too large (try using a larger cluster size)
35 == Empty qcow2 input image (human) ==
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
38 required size: 196608
39 fully allocated size: 196608
41 converted image file size in bytes: 196608
43 == qcow2 input image with data (human) ==
45 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
46 required size: 393216
47 fully allocated size: 1074135040
48 wrote 512/512 bytes at offset 512
49 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
50 wrote 65536/65536 bytes at offset 65536
51 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
52 wrote 64512/64512 bytes at offset 134217728
53 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
54 required size: 589824
55 fully allocated size: 1074135040
57 converted image file size in bytes: 524288
59 == qcow2 input image with internal snapshot (human) ==
61 required size: 524288
62 fully allocated size: 1074135040
64 converted image file size in bytes: 458752
66 == qcow2 input image and a backing file (human) ==
68 required size: 1074135040
69 fully allocated size: 1074135040
71 == qcow2 input image and LUKS encryption ==
73 required size: 2686976
74 fully allocated size: 1076232192
76 == qcow2 input image and preallocation (human) ==
78 required size: 1074135040
79 fully allocated size: 1074135040
81 converted image file size in bytes: 1074135040
83 == Fully-allocated qcow2 input image (human) ==
85 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
86 wrote 8388608/8388608 bytes at offset 0
87 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
88 required size: 8716288
89 fully allocated size: 8716288
91 converted image file size in bytes: 8716288
93 == Empty raw input image (human) ==
95 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
96 required size: 196608
97 fully allocated size: 196608
99 converted image file size in bytes: 196608
101 == raw input image with data (human) ==
103 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
104 required size: 458752
105 fully allocated size: 1074135040
106 wrote 512/512 bytes at offset 512
107 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
108 wrote 65536/65536 bytes at offset 65536
109 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
110 wrote 64512/64512 bytes at offset 134217728
111 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
112 required size: 589824
113 fully allocated size: 1074135040
115 converted image file size in bytes: 524288
117 == raw input image and a backing file (human) ==
119 required size: 1074135040
120 fully allocated size: 1074135040
122 == raw input image and LUKS encryption ==
124 required size: 2686976
125 fully allocated size: 1076232192
127 == raw input image and preallocation (human) ==
129 required size: 1074135040
130 fully allocated size: 1074135040
132 converted image file size in bytes: 1074135040
134 == Fully-allocated raw input image (human) ==
136 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
137 wrote 8388608/8388608 bytes at offset 0
138 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
139 required size: 8716288
140 fully allocated size: 8716288
142 converted image file size in bytes: 8716288
144 == Size calculation for a new file (json) ==
147     "required": 196608,
148     "fully-allocated": 196608
151     "required": 589824,
152     "fully-allocated": 2148073472
155     "required": 10747904,
156     "fully-allocated": 68730224640
159     "required": 42205184,
160     "fully-allocated": 274920112128
163     "required": 168034304,
164     "fully-allocated": 1099679662080
167     "required": 343650009088,
168     "fully-allocated": 2252143463694336
170 qemu-img: The image size is too large (try using a larger cluster size)
172 == Empty qcow2 input image (json) ==
174 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
176     "required": 196608,
177     "fully-allocated": 196608
180 converted image file size in bytes: 196608
182 == qcow2 input image with data (json) ==
184 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
186     "required": 393216,
187     "fully-allocated": 1074135040
189 wrote 512/512 bytes at offset 512
190 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
191 wrote 65536/65536 bytes at offset 65536
192 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
193 wrote 64512/64512 bytes at offset 134217728
194 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
196     "required": 589824,
197     "fully-allocated": 1074135040
200 converted image file size in bytes: 524288
202 == qcow2 input image with internal snapshot (json) ==
205     "required": 524288,
206     "fully-allocated": 1074135040
209 converted image file size in bytes: 458752
211 == qcow2 input image and a backing file (json) ==
214     "required": 1074135040,
215     "fully-allocated": 1074135040
218 == qcow2 input image and LUKS encryption ==
221     "required": 2686976,
222     "fully-allocated": 1076232192
225 == qcow2 input image and preallocation (json) ==
228     "required": 1074135040,
229     "fully-allocated": 1074135040
232 converted image file size in bytes: 1074135040
234 == Fully-allocated qcow2 input image (json) ==
236 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
237 wrote 8388608/8388608 bytes at offset 0
238 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
240     "required": 8716288,
241     "fully-allocated": 8716288
244 converted image file size in bytes: 8716288
246 == Empty raw input image (json) ==
248 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
250     "required": 196608,
251     "fully-allocated": 196608
254 converted image file size in bytes: 196608
256 == raw input image with data (json) ==
258 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
260     "required": 458752,
261     "fully-allocated": 1074135040
263 wrote 512/512 bytes at offset 512
264 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
265 wrote 65536/65536 bytes at offset 65536
266 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
267 wrote 64512/64512 bytes at offset 134217728
268 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
270     "required": 589824,
271     "fully-allocated": 1074135040
274 converted image file size in bytes: 524288
276 == raw input image and a backing file (json) ==
279     "required": 1074135040,
280     "fully-allocated": 1074135040
283 == raw input image and LUKS encryption ==
286     "required": 2686976,
287     "fully-allocated": 1076232192
290 == raw input image and preallocation (json) ==
293     "required": 1074135040,
294     "fully-allocated": 1074135040
297 converted image file size in bytes: 1074135040
299 == Fully-allocated raw input image (json) ==
301 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
302 wrote 8388608/8388608 bytes at offset 0
303 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
305     "required": 8716288,
306     "fully-allocated": 8716288
309 converted image file size in bytes: 8716288
310 *** done