1 QA output created by 178
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=bar'
15 qemu-img: --output must be used with human or json as argument.
16 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for
17 qemu-img: kilobytes, megabytes, gigabytes, terabytes, petabytes and exabytes.
18 qemu-img: Unknown file format 'foo'
20 == Size calculation for a new file (human) ==
23 fully allocated size: 196608
25 fully allocated size: 2148073472
26 required size: 10747904
27 fully allocated size: 68730224640
28 required size: 42205184
29 fully allocated size: 274920112128
30 required size: 168034304
31 fully allocated size: 1099679662080
32 required size: 343650009088
33 fully allocated size: 2252143463694336
34 qemu-img: The image size is too large (try using a larger cluster size)
36 == Empty qcow2 input image (human) ==
38 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
40 fully allocated size: 196608
43 converted image file size in bytes: 196608
45 == qcow2 input image with data (human) ==
47 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
49 fully allocated size: 1074135040
51 wrote 512/512 bytes at offset 512
52 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
53 wrote 65536/65536 bytes at offset 65536
54 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
55 wrote 64512/64512 bytes at offset 134217728
56 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
58 fully allocated size: 1074135040
61 converted image file size in bytes: 524288
63 == qcow2 input image with internal snapshot (human) ==
66 fully allocated size: 1074135040
69 converted image file size in bytes: 458752
71 == qcow2 input image and a backing file (human) ==
73 required size: 1074135040
74 fully allocated size: 1074135040
77 == qcow2 input image and LUKS encryption ==
79 required size: 2686976
80 fully allocated size: 1076232192
83 == qcow2 input image and preallocation (human) ==
85 required size: 1074135040
86 fully allocated size: 1074135040
89 converted image file size in bytes: 1074135040
91 == Fully-allocated qcow2 input image (human) ==
93 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
94 wrote 8388608/8388608 bytes at offset 0
95 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
96 required size: 8716288
97 fully allocated size: 8716288
100 converted image file size in bytes: 8716288
102 == Empty raw input image (human) ==
104 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
105 required size: 196608
106 fully allocated size: 196608
108 converted image file size in bytes: 196608
110 == raw input image with data (human) ==
112 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
113 required size: 458752
114 fully allocated size: 1074135040
115 wrote 512/512 bytes at offset 512
116 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
117 wrote 65536/65536 bytes at offset 65536
118 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
119 wrote 64512/64512 bytes at offset 134217728
120 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
121 required size: 589824
122 fully allocated size: 1074135040
124 converted image file size in bytes: 524288
126 == raw input image and a backing file (human) ==
128 required size: 1074135040
129 fully allocated size: 1074135040
131 == raw input image and LUKS encryption ==
133 required size: 2686976
134 fully allocated size: 1076232192
136 == raw input image and preallocation (human) ==
138 required size: 1074135040
139 fully allocated size: 1074135040
141 converted image file size in bytes: 1074135040
143 == Fully-allocated raw input image (human) ==
145 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
146 wrote 8388608/8388608 bytes at offset 0
147 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
148 required size: 8716288
149 fully allocated size: 8716288
151 converted image file size in bytes: 8716288
153 == Size calculation for a new file (json) ==
157 "fully-allocated": 196608
161 "fully-allocated": 2148073472
164 "required": 10747904,
165 "fully-allocated": 68730224640
168 "required": 42205184,
169 "fully-allocated": 274920112128
172 "required": 168034304,
173 "fully-allocated": 1099679662080
176 "required": 343650009088,
177 "fully-allocated": 2252143463694336
179 qemu-img: The image size is too large (try using a larger cluster size)
181 == Empty qcow2 input image (json) ==
183 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
187 "fully-allocated": 196608
190 converted image file size in bytes: 196608
192 == qcow2 input image with data (json) ==
194 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
198 "fully-allocated": 1074135040
200 wrote 512/512 bytes at offset 512
201 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
202 wrote 65536/65536 bytes at offset 65536
203 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
204 wrote 64512/64512 bytes at offset 134217728
205 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
209 "fully-allocated": 1074135040
212 converted image file size in bytes: 524288
214 == qcow2 input image with internal snapshot (json) ==
219 "fully-allocated": 1074135040
222 converted image file size in bytes: 458752
224 == qcow2 input image and a backing file (json) ==
228 "required": 1074135040,
229 "fully-allocated": 1074135040
232 == qcow2 input image and LUKS encryption ==
237 "fully-allocated": 1076232192
240 == qcow2 input image and preallocation (json) ==
244 "required": 1074135040,
245 "fully-allocated": 1074135040
248 converted image file size in bytes: 1074135040
250 == Fully-allocated qcow2 input image (json) ==
252 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
253 wrote 8388608/8388608 bytes at offset 0
254 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
258 "fully-allocated": 8716288
261 converted image file size in bytes: 8716288
263 == Empty raw input image (json) ==
265 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
268 "fully-allocated": 196608
271 converted image file size in bytes: 196608
273 == raw input image with data (json) ==
275 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
278 "fully-allocated": 1074135040
280 wrote 512/512 bytes at offset 512
281 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
282 wrote 65536/65536 bytes at offset 65536
283 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
284 wrote 64512/64512 bytes at offset 134217728
285 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
288 "fully-allocated": 1074135040
291 converted image file size in bytes: 524288
293 == raw input image and a backing file (json) ==
296 "required": 1074135040,
297 "fully-allocated": 1074135040
300 == raw input image and LUKS encryption ==
304 "fully-allocated": 1076232192
307 == raw input image and preallocation (json) ==
310 "required": 1074135040,
311 "fully-allocated": 1074135040
314 converted image file size in bytes: 1074135040
316 == Fully-allocated raw input image (json) ==
318 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
319 wrote 8388608/8388608 bytes at offset 0
320 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
323 "fully-allocated": 8716288
326 converted image file size in bytes: 8716288