1 QA output created by 082
3 === create: Options specified more than once ===
5 Testing: create -f foo -f qcow2 TEST_DIR/t.qcow2 128M
6 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=65536 lazy_refcounts=off
7 image: TEST_DIR/t.IMGFMT
9 virtual size: 128M (134217728 bytes)
12 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 128M
13 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=4096 lazy_refcounts=on
15 Testing: info TEST_DIR/t.qcow2
16 image: TEST_DIR/t.qcow2
18 virtual size: 128M (134217728 bytes)
21 Format specific information:
26 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qcow2 128M
27 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=8192 lazy_refcounts=on
29 Testing: info TEST_DIR/t.qcow2
30 image: TEST_DIR/t.qcow2
32 virtual size: 128M (134217728 bytes)
35 Format specific information:
40 Testing: create -f qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 128M
41 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=8192 lazy_refcounts=off
42 image: TEST_DIR/t.IMGFMT
44 virtual size: 128M (134217728 bytes)
47 === create: help for -o ===
49 Testing: create -f qcow2 -o help TEST_DIR/t.qcow2 128M
51 size Virtual disk size
52 compat Compatibility level (0.10 or 1.1)
53 backing_file File name of a base image
54 backing_fmt Image format of the base image
55 encryption Encrypt the image
56 cluster_size qcow2 cluster size
57 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
58 lazy_refcounts Postpone refcount updates
59 nocow Turn off copy-on-write (valid only on btrfs)
61 Testing: create -f qcow2 -o ? TEST_DIR/t.qcow2 128M
63 size Virtual disk size
64 compat Compatibility level (0.10 or 1.1)
65 backing_file File name of a base image
66 backing_fmt Image format of the base image
67 encryption Encrypt the image
68 cluster_size qcow2 cluster size
69 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
70 lazy_refcounts Postpone refcount updates
71 nocow Turn off copy-on-write (valid only on btrfs)
73 Testing: create -f qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 128M
75 size Virtual disk size
76 compat Compatibility level (0.10 or 1.1)
77 backing_file File name of a base image
78 backing_fmt Image format of the base image
79 encryption Encrypt the image
80 cluster_size qcow2 cluster size
81 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
82 lazy_refcounts Postpone refcount updates
83 nocow Turn off copy-on-write (valid only on btrfs)
85 Testing: create -f qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 128M
87 size Virtual disk size
88 compat Compatibility level (0.10 or 1.1)
89 backing_file File name of a base image
90 backing_fmt Image format of the base image
91 encryption Encrypt the image
92 cluster_size qcow2 cluster size
93 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
94 lazy_refcounts Postpone refcount updates
95 nocow Turn off copy-on-write (valid only on btrfs)
97 Testing: create -f qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2 128M
99 size Virtual disk size
100 compat Compatibility level (0.10 or 1.1)
101 backing_file File name of a base image
102 backing_fmt Image format of the base image
103 encryption Encrypt the image
104 cluster_size qcow2 cluster size
105 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
106 lazy_refcounts Postpone refcount updates
107 nocow Turn off copy-on-write (valid only on btrfs)
109 Testing: create -f qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 128M
111 size Virtual disk size
112 compat Compatibility level (0.10 or 1.1)
113 backing_file File name of a base image
114 backing_fmt Image format of the base image
115 encryption Encrypt the image
116 cluster_size qcow2 cluster size
117 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
118 lazy_refcounts Postpone refcount updates
119 nocow Turn off copy-on-write (valid only on btrfs)
121 Testing: create -f qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2 128M
123 size Virtual disk size
124 compat Compatibility level (0.10 or 1.1)
125 backing_file File name of a base image
126 backing_fmt Image format of the base image
127 encryption Encrypt the image
128 cluster_size qcow2 cluster size
129 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
130 lazy_refcounts Postpone refcount updates
131 nocow Turn off copy-on-write (valid only on btrfs)
133 Testing: create -f qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2 128M
135 size Virtual disk size
136 compat Compatibility level (0.10 or 1.1)
137 backing_file File name of a base image
138 backing_fmt Image format of the base image
139 encryption Encrypt the image
140 cluster_size qcow2 cluster size
141 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
142 lazy_refcounts Postpone refcount updates
143 nocow Turn off copy-on-write (valid only on btrfs)
145 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2 128M
146 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 backing_file='TEST_DIR/t.qcow2,help' encryption=off cluster_size=65536 lazy_refcounts=off
148 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2 128M
149 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 backing_file='TEST_DIR/t.qcow2,?' encryption=off cluster_size=65536 lazy_refcounts=off
151 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2 128M
152 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
154 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2 128M
155 qemu-img: Invalid option list: ,help
157 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2 128M
158 qemu-img: Invalid option list: ,,
160 Testing: create -f qcow2 -o help
162 size Virtual disk size
163 compat Compatibility level (0.10 or 1.1)
164 backing_file File name of a base image
165 backing_fmt Image format of the base image
166 encryption Encrypt the image
167 cluster_size qcow2 cluster size
168 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
169 lazy_refcounts Postpone refcount updates
171 Testing: create -o help
173 size Virtual disk size
175 === convert: Options specified more than once ===
177 Testing: create -f qcow2 TEST_DIR/t.qcow2 128M
178 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=65536 lazy_refcounts=off
180 Testing: convert -f foo -f qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
181 image: TEST_DIR/t.IMGFMT.base
183 virtual size: 128M (134217728 bytes)
185 Testing: convert -O foo -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
186 image: TEST_DIR/t.IMGFMT.base
188 virtual size: 128M (134217728 bytes)
191 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
193 Testing: info TEST_DIR/t.qcow2.base
194 image: TEST_DIR/t.qcow2.base
196 virtual size: 128M (134217728 bytes)
199 Format specific information:
204 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
206 Testing: info TEST_DIR/t.qcow2.base
207 image: TEST_DIR/t.qcow2.base
209 virtual size: 128M (134217728 bytes)
212 Format specific information:
217 Testing: convert -O qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
218 image: TEST_DIR/t.IMGFMT.base
220 virtual size: 128M (134217728 bytes)
223 === convert: help for -o ===
225 Testing: convert -O qcow2 -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
227 size Virtual disk size
228 compat Compatibility level (0.10 or 1.1)
229 backing_file File name of a base image
230 backing_fmt Image format of the base image
231 encryption Encrypt the image
232 cluster_size qcow2 cluster size
233 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
234 lazy_refcounts Postpone refcount updates
235 nocow Turn off copy-on-write (valid only on btrfs)
237 Testing: convert -O qcow2 -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
239 size Virtual disk size
240 compat Compatibility level (0.10 or 1.1)
241 backing_file File name of a base image
242 backing_fmt Image format of the base image
243 encryption Encrypt the image
244 cluster_size qcow2 cluster size
245 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
246 lazy_refcounts Postpone refcount updates
247 nocow Turn off copy-on-write (valid only on btrfs)
249 Testing: convert -O qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
251 size Virtual disk size
252 compat Compatibility level (0.10 or 1.1)
253 backing_file File name of a base image
254 backing_fmt Image format of the base image
255 encryption Encrypt the image
256 cluster_size qcow2 cluster size
257 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
258 lazy_refcounts Postpone refcount updates
259 nocow Turn off copy-on-write (valid only on btrfs)
261 Testing: convert -O qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
263 size Virtual disk size
264 compat Compatibility level (0.10 or 1.1)
265 backing_file File name of a base image
266 backing_fmt Image format of the base image
267 encryption Encrypt the image
268 cluster_size qcow2 cluster size
269 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
270 lazy_refcounts Postpone refcount updates
271 nocow Turn off copy-on-write (valid only on btrfs)
273 Testing: convert -O qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
275 size Virtual disk size
276 compat Compatibility level (0.10 or 1.1)
277 backing_file File name of a base image
278 backing_fmt Image format of the base image
279 encryption Encrypt the image
280 cluster_size qcow2 cluster size
281 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
282 lazy_refcounts Postpone refcount updates
283 nocow Turn off copy-on-write (valid only on btrfs)
285 Testing: convert -O qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
287 size Virtual disk size
288 compat Compatibility level (0.10 or 1.1)
289 backing_file File name of a base image
290 backing_fmt Image format of the base image
291 encryption Encrypt the image
292 cluster_size qcow2 cluster size
293 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
294 lazy_refcounts Postpone refcount updates
295 nocow Turn off copy-on-write (valid only on btrfs)
297 Testing: convert -O qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
299 size Virtual disk size
300 compat Compatibility level (0.10 or 1.1)
301 backing_file File name of a base image
302 backing_fmt Image format of the base image
303 encryption Encrypt the image
304 cluster_size qcow2 cluster size
305 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
306 lazy_refcounts Postpone refcount updates
307 nocow Turn off copy-on-write (valid only on btrfs)
309 Testing: convert -O qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
311 size Virtual disk size
312 compat Compatibility level (0.10 or 1.1)
313 backing_file File name of a base image
314 backing_fmt Image format of the base image
315 encryption Encrypt the image
316 cluster_size qcow2 cluster size
317 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
318 lazy_refcounts Postpone refcount updates
319 nocow Turn off copy-on-write (valid only on btrfs)
321 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
322 qemu-img: Could not open 'TEST_DIR/t.qcow2.base': Could not open backing file: Could not open 'TEST_DIR/t.qcow2,help': No such file or directory
324 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
325 qemu-img: Could not open 'TEST_DIR/t.qcow2.base': Could not open backing file: Could not open 'TEST_DIR/t.qcow2,?': No such file or directory
327 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
328 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
330 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
331 qemu-img: Invalid option list: ,help
333 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
334 qemu-img: Invalid option list: ,,
336 Testing: convert -O qcow2 -o help
338 size Virtual disk size
339 compat Compatibility level (0.10 or 1.1)
340 backing_file File name of a base image
341 backing_fmt Image format of the base image
342 encryption Encrypt the image
343 cluster_size qcow2 cluster size
344 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
345 lazy_refcounts Postpone refcount updates
347 Testing: convert -o help
349 size Virtual disk size
351 === amend: Options specified more than once ===
353 Testing: amend -f foo -f qcow2 -o lazy_refcounts=on TEST_DIR/t.qcow2
355 Testing: info TEST_DIR/t.qcow2
356 image: TEST_DIR/t.qcow2
358 virtual size: 128M (134217728 bytes)
361 Format specific information:
366 Testing: amend -f qcow2 -o size=130M -o lazy_refcounts=off TEST_DIR/t.qcow2
368 Testing: info TEST_DIR/t.qcow2
369 image: TEST_DIR/t.qcow2
371 virtual size: 130M (136314880 bytes)
374 Format specific information:
376 lazy refcounts: false
379 Testing: amend -f qcow2 -o size=8M -o lazy_refcounts=on -o size=132M TEST_DIR/t.qcow2
381 Testing: info TEST_DIR/t.qcow2
382 image: TEST_DIR/t.qcow2
384 virtual size: 132M (138412032 bytes)
387 Format specific information:
392 Testing: amend -f qcow2 -o size=4M,size=148M TEST_DIR/t.qcow2
393 image: TEST_DIR/t.IMGFMT
395 virtual size: 148M (155189248 bytes)
398 === amend: help for -o ===
400 Testing: amend -f qcow2 -o help TEST_DIR/t.qcow2
402 size Virtual disk size
403 compat Compatibility level (0.10 or 1.1)
404 backing_file File name of a base image
405 backing_fmt Image format of the base image
406 encryption Encrypt the image
407 cluster_size qcow2 cluster size
408 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
409 lazy_refcounts Postpone refcount updates
410 nocow Turn off copy-on-write (valid only on btrfs)
412 Testing: amend -f qcow2 -o ? TEST_DIR/t.qcow2
414 size Virtual disk size
415 compat Compatibility level (0.10 or 1.1)
416 backing_file File name of a base image
417 backing_fmt Image format of the base image
418 encryption Encrypt the image
419 cluster_size qcow2 cluster size
420 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
421 lazy_refcounts Postpone refcount updates
422 nocow Turn off copy-on-write (valid only on btrfs)
424 Testing: amend -f qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2
426 size Virtual disk size
427 compat Compatibility level (0.10 or 1.1)
428 backing_file File name of a base image
429 backing_fmt Image format of the base image
430 encryption Encrypt the image
431 cluster_size qcow2 cluster size
432 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
433 lazy_refcounts Postpone refcount updates
434 nocow Turn off copy-on-write (valid only on btrfs)
436 Testing: amend -f qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2
438 size Virtual disk size
439 compat Compatibility level (0.10 or 1.1)
440 backing_file File name of a base image
441 backing_fmt Image format of the base image
442 encryption Encrypt the image
443 cluster_size qcow2 cluster size
444 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
445 lazy_refcounts Postpone refcount updates
446 nocow Turn off copy-on-write (valid only on btrfs)
448 Testing: amend -f qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2
450 size Virtual disk size
451 compat Compatibility level (0.10 or 1.1)
452 backing_file File name of a base image
453 backing_fmt Image format of the base image
454 encryption Encrypt the image
455 cluster_size qcow2 cluster size
456 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
457 lazy_refcounts Postpone refcount updates
458 nocow Turn off copy-on-write (valid only on btrfs)
460 Testing: amend -f qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2
462 size Virtual disk size
463 compat Compatibility level (0.10 or 1.1)
464 backing_file File name of a base image
465 backing_fmt Image format of the base image
466 encryption Encrypt the image
467 cluster_size qcow2 cluster size
468 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
469 lazy_refcounts Postpone refcount updates
470 nocow Turn off copy-on-write (valid only on btrfs)
472 Testing: amend -f qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2
474 size Virtual disk size
475 compat Compatibility level (0.10 or 1.1)
476 backing_file File name of a base image
477 backing_fmt Image format of the base image
478 encryption Encrypt the image
479 cluster_size qcow2 cluster size
480 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
481 lazy_refcounts Postpone refcount updates
482 nocow Turn off copy-on-write (valid only on btrfs)
484 Testing: amend -f qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2
486 size Virtual disk size
487 compat Compatibility level (0.10 or 1.1)
488 backing_file File name of a base image
489 backing_fmt Image format of the base image
490 encryption Encrypt the image
491 cluster_size qcow2 cluster size
492 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
493 lazy_refcounts Postpone refcount updates
494 nocow Turn off copy-on-write (valid only on btrfs)
496 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2
498 Testing: rebase -u -b -f qcow2 TEST_DIR/t.qcow2
500 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2
502 Testing: rebase -u -b -f qcow2 TEST_DIR/t.qcow2
504 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2
505 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
507 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2
508 qemu-img: Invalid option list: ,help
510 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2
511 qemu-img: Invalid option list: ,,
513 Testing: amend -f qcow2 -o help
515 size Virtual disk size
516 compat Compatibility level (0.10 or 1.1)
517 backing_file File name of a base image
518 backing_fmt Image format of the base image
519 encryption Encrypt the image
520 cluster_size qcow2 cluster size
521 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
522 lazy_refcounts Postpone refcount updates
524 Testing: convert -o help
526 size Virtual disk size