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 refcount_bits=16
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 refcount_bits=16
14 image: TEST_DIR/t.IMGFMT
16 virtual size: 128M (134217728 bytes)
18 Format specific information:
24 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qcow2 128M
25 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=8192 lazy_refcounts=on refcount_bits=16
26 image: TEST_DIR/t.IMGFMT
28 virtual size: 128M (134217728 bytes)
30 Format specific information:
36 Testing: create -f qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 128M
37 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=8192 lazy_refcounts=off refcount_bits=16
38 image: TEST_DIR/t.IMGFMT
40 virtual size: 128M (134217728 bytes)
43 === create: help for -o ===
45 Testing: create -f qcow2 -o help TEST_DIR/t.qcow2 128M
47 size Virtual disk size
48 compat Compatibility level (0.10 or 1.1)
49 backing_file File name of a base image
50 backing_fmt Image format of the base image
51 encryption Encrypt the image
52 cluster_size qcow2 cluster size
53 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
54 lazy_refcounts Postpone refcount updates
55 refcount_bits Width of a reference count entry in bits
56 nocow Turn off copy-on-write (valid only on btrfs)
58 Testing: create -f qcow2 -o ? TEST_DIR/t.qcow2 128M
60 size Virtual disk size
61 compat Compatibility level (0.10 or 1.1)
62 backing_file File name of a base image
63 backing_fmt Image format of the base image
64 encryption Encrypt the image
65 cluster_size qcow2 cluster size
66 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
67 lazy_refcounts Postpone refcount updates
68 refcount_bits Width of a reference count entry in bits
69 nocow Turn off copy-on-write (valid only on btrfs)
71 Testing: create -f qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 128M
73 size Virtual disk size
74 compat Compatibility level (0.10 or 1.1)
75 backing_file File name of a base image
76 backing_fmt Image format of the base image
77 encryption Encrypt the image
78 cluster_size qcow2 cluster size
79 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
80 lazy_refcounts Postpone refcount updates
81 refcount_bits Width of a reference count entry in bits
82 nocow Turn off copy-on-write (valid only on btrfs)
84 Testing: create -f qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 128M
86 size Virtual disk size
87 compat Compatibility level (0.10 or 1.1)
88 backing_file File name of a base image
89 backing_fmt Image format of the base image
90 encryption Encrypt the image
91 cluster_size qcow2 cluster size
92 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
93 lazy_refcounts Postpone refcount updates
94 refcount_bits Width of a reference count entry in bits
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 refcount_bits Width of a reference count entry in bits
108 nocow Turn off copy-on-write (valid only on btrfs)
110 Testing: create -f qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 128M
112 size Virtual disk size
113 compat Compatibility level (0.10 or 1.1)
114 backing_file File name of a base image
115 backing_fmt Image format of the base image
116 encryption Encrypt the image
117 cluster_size qcow2 cluster size
118 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
119 lazy_refcounts Postpone refcount updates
120 refcount_bits Width of a reference count entry in bits
121 nocow Turn off copy-on-write (valid only on btrfs)
123 Testing: create -f qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2 128M
125 size Virtual disk size
126 compat Compatibility level (0.10 or 1.1)
127 backing_file File name of a base image
128 backing_fmt Image format of the base image
129 encryption Encrypt the image
130 cluster_size qcow2 cluster size
131 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
132 lazy_refcounts Postpone refcount updates
133 refcount_bits Width of a reference count entry in bits
134 nocow Turn off copy-on-write (valid only on btrfs)
136 Testing: create -f qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2 128M
138 size Virtual disk size
139 compat Compatibility level (0.10 or 1.1)
140 backing_file File name of a base image
141 backing_fmt Image format of the base image
142 encryption Encrypt the image
143 cluster_size qcow2 cluster size
144 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
145 lazy_refcounts Postpone refcount updates
146 refcount_bits Width of a reference count entry in bits
147 nocow Turn off copy-on-write (valid only on btrfs)
149 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2 128M
150 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 backing_file=TEST_DIR/t.qcow2,,help encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
152 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2 128M
153 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 backing_file=TEST_DIR/t.qcow2,,? encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
155 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2 128M
156 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
158 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2 128M
159 qemu-img: Invalid option list: ,help
161 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2 128M
162 qemu-img: Invalid option list: ,,
164 Testing: create -f qcow2 -o help
166 size Virtual disk size
167 compat Compatibility level (0.10 or 1.1)
168 backing_file File name of a base image
169 backing_fmt Image format of the base image
170 encryption Encrypt the image
171 cluster_size qcow2 cluster size
172 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
173 lazy_refcounts Postpone refcount updates
174 refcount_bits Width of a reference count entry in bits
176 Testing: create -o help
178 size Virtual disk size
180 === convert: Options specified more than once ===
182 Testing: create -f qcow2 TEST_DIR/t.qcow2 128M
183 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
185 Testing: convert -f foo -f qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
186 image: TEST_DIR/t.IMGFMT.base
188 virtual size: 128M (134217728 bytes)
190 Testing: convert -O foo -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
191 image: TEST_DIR/t.IMGFMT.base
193 virtual size: 128M (134217728 bytes)
196 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
197 image: TEST_DIR/t.IMGFMT.base
199 virtual size: 128M (134217728 bytes)
201 Format specific information:
207 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
208 image: TEST_DIR/t.IMGFMT.base
210 virtual size: 128M (134217728 bytes)
212 Format specific information:
218 Testing: convert -O qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
219 image: TEST_DIR/t.IMGFMT.base
221 virtual size: 128M (134217728 bytes)
224 === convert: help for -o ===
226 Testing: convert -O qcow2 -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
228 size Virtual disk size
229 compat Compatibility level (0.10 or 1.1)
230 backing_file File name of a base image
231 backing_fmt Image format of the base image
232 encryption Encrypt the image
233 cluster_size qcow2 cluster size
234 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
235 lazy_refcounts Postpone refcount updates
236 refcount_bits Width of a reference count entry in bits
237 nocow Turn off copy-on-write (valid only on btrfs)
239 Testing: convert -O qcow2 -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
241 size Virtual disk size
242 compat Compatibility level (0.10 or 1.1)
243 backing_file File name of a base image
244 backing_fmt Image format of the base image
245 encryption Encrypt the image
246 cluster_size qcow2 cluster size
247 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
248 lazy_refcounts Postpone refcount updates
249 refcount_bits Width of a reference count entry in bits
250 nocow Turn off copy-on-write (valid only on btrfs)
252 Testing: convert -O qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
254 size Virtual disk size
255 compat Compatibility level (0.10 or 1.1)
256 backing_file File name of a base image
257 backing_fmt Image format of the base image
258 encryption Encrypt the image
259 cluster_size qcow2 cluster size
260 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
261 lazy_refcounts Postpone refcount updates
262 refcount_bits Width of a reference count entry in bits
263 nocow Turn off copy-on-write (valid only on btrfs)
265 Testing: convert -O qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
267 size Virtual disk size
268 compat Compatibility level (0.10 or 1.1)
269 backing_file File name of a base image
270 backing_fmt Image format of the base image
271 encryption Encrypt the image
272 cluster_size qcow2 cluster size
273 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
274 lazy_refcounts Postpone refcount updates
275 refcount_bits Width of a reference count entry in bits
276 nocow Turn off copy-on-write (valid only on btrfs)
278 Testing: convert -O qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
280 size Virtual disk size
281 compat Compatibility level (0.10 or 1.1)
282 backing_file File name of a base image
283 backing_fmt Image format of the base image
284 encryption Encrypt the image
285 cluster_size qcow2 cluster size
286 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
287 lazy_refcounts Postpone refcount updates
288 refcount_bits Width of a reference count entry in bits
289 nocow Turn off copy-on-write (valid only on btrfs)
291 Testing: convert -O qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
293 size Virtual disk size
294 compat Compatibility level (0.10 or 1.1)
295 backing_file File name of a base image
296 backing_fmt Image format of the base image
297 encryption Encrypt the image
298 cluster_size qcow2 cluster size
299 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
300 lazy_refcounts Postpone refcount updates
301 refcount_bits Width of a reference count entry in bits
302 nocow Turn off copy-on-write (valid only on btrfs)
304 Testing: convert -O qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
306 size Virtual disk size
307 compat Compatibility level (0.10 or 1.1)
308 backing_file File name of a base image
309 backing_fmt Image format of the base image
310 encryption Encrypt the image
311 cluster_size qcow2 cluster size
312 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
313 lazy_refcounts Postpone refcount updates
314 refcount_bits Width of a reference count entry in bits
315 nocow Turn off copy-on-write (valid only on btrfs)
317 Testing: convert -O qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
319 size Virtual disk size
320 compat Compatibility level (0.10 or 1.1)
321 backing_file File name of a base image
322 backing_fmt Image format of the base image
323 encryption Encrypt the image
324 cluster_size qcow2 cluster size
325 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
326 lazy_refcounts Postpone refcount updates
327 refcount_bits Width of a reference count entry in bits
328 nocow Turn off copy-on-write (valid only on btrfs)
330 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
331 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
333 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
334 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
336 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
337 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
339 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
340 qemu-img: Invalid option list: ,help
342 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
343 qemu-img: Invalid option list: ,,
345 Testing: convert -O qcow2 -o help
347 size Virtual disk size
348 compat Compatibility level (0.10 or 1.1)
349 backing_file File name of a base image
350 backing_fmt Image format of the base image
351 encryption Encrypt the image
352 cluster_size qcow2 cluster size
353 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
354 lazy_refcounts Postpone refcount updates
355 refcount_bits Width of a reference count entry in bits
357 Testing: convert -o help
359 size Virtual disk size
361 === amend: Options specified more than once ===
363 Testing: amend -f foo -f qcow2 -o lazy_refcounts=on TEST_DIR/t.qcow2
364 image: TEST_DIR/t.IMGFMT
366 virtual size: 128M (134217728 bytes)
368 Format specific information:
374 Testing: amend -f qcow2 -o size=130M -o lazy_refcounts=off TEST_DIR/t.qcow2
375 image: TEST_DIR/t.IMGFMT
377 virtual size: 130M (136314880 bytes)
379 Format specific information:
381 lazy refcounts: false
385 Testing: amend -f qcow2 -o size=8M -o lazy_refcounts=on -o size=132M TEST_DIR/t.qcow2
386 image: TEST_DIR/t.IMGFMT
388 virtual size: 132M (138412032 bytes)
390 Format specific information:
396 Testing: amend -f qcow2 -o size=4M,size=148M TEST_DIR/t.qcow2
397 image: TEST_DIR/t.IMGFMT
399 virtual size: 148M (155189248 bytes)
402 === amend: help for -o ===
404 Testing: amend -f qcow2 -o help TEST_DIR/t.qcow2
406 size Virtual disk size
407 compat Compatibility level (0.10 or 1.1)
408 backing_file File name of a base image
409 backing_fmt Image format of the base image
410 encryption Encrypt the image
411 cluster_size qcow2 cluster size
412 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
413 lazy_refcounts Postpone refcount updates
414 refcount_bits Width of a reference count entry in bits
415 nocow Turn off copy-on-write (valid only on btrfs)
417 Testing: amend -f qcow2 -o ? TEST_DIR/t.qcow2
419 size Virtual disk size
420 compat Compatibility level (0.10 or 1.1)
421 backing_file File name of a base image
422 backing_fmt Image format of the base image
423 encryption Encrypt the image
424 cluster_size qcow2 cluster size
425 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
426 lazy_refcounts Postpone refcount updates
427 refcount_bits Width of a reference count entry in bits
428 nocow Turn off copy-on-write (valid only on btrfs)
430 Testing: amend -f qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2
432 size Virtual disk size
433 compat Compatibility level (0.10 or 1.1)
434 backing_file File name of a base image
435 backing_fmt Image format of the base image
436 encryption Encrypt the image
437 cluster_size qcow2 cluster size
438 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
439 lazy_refcounts Postpone refcount updates
440 refcount_bits Width of a reference count entry in bits
441 nocow Turn off copy-on-write (valid only on btrfs)
443 Testing: amend -f qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2
445 size Virtual disk size
446 compat Compatibility level (0.10 or 1.1)
447 backing_file File name of a base image
448 backing_fmt Image format of the base image
449 encryption Encrypt the image
450 cluster_size qcow2 cluster size
451 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
452 lazy_refcounts Postpone refcount updates
453 refcount_bits Width of a reference count entry in bits
454 nocow Turn off copy-on-write (valid only on btrfs)
456 Testing: amend -f qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2
458 size Virtual disk size
459 compat Compatibility level (0.10 or 1.1)
460 backing_file File name of a base image
461 backing_fmt Image format of the base image
462 encryption Encrypt the image
463 cluster_size qcow2 cluster size
464 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
465 lazy_refcounts Postpone refcount updates
466 refcount_bits Width of a reference count entry in bits
467 nocow Turn off copy-on-write (valid only on btrfs)
469 Testing: amend -f qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2
471 size Virtual disk size
472 compat Compatibility level (0.10 or 1.1)
473 backing_file File name of a base image
474 backing_fmt Image format of the base image
475 encryption Encrypt the image
476 cluster_size qcow2 cluster size
477 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
478 lazy_refcounts Postpone refcount updates
479 refcount_bits Width of a reference count entry in bits
480 nocow Turn off copy-on-write (valid only on btrfs)
482 Testing: amend -f qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2
484 size Virtual disk size
485 compat Compatibility level (0.10 or 1.1)
486 backing_file File name of a base image
487 backing_fmt Image format of the base image
488 encryption Encrypt the image
489 cluster_size qcow2 cluster size
490 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
491 lazy_refcounts Postpone refcount updates
492 refcount_bits Width of a reference count entry in bits
493 nocow Turn off copy-on-write (valid only on btrfs)
495 Testing: amend -f qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2
497 size Virtual disk size
498 compat Compatibility level (0.10 or 1.1)
499 backing_file File name of a base image
500 backing_fmt Image format of the base image
501 encryption Encrypt the image
502 cluster_size qcow2 cluster size
503 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
504 lazy_refcounts Postpone refcount updates
505 refcount_bits Width of a reference count entry in bits
506 nocow Turn off copy-on-write (valid only on btrfs)
508 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2
510 Testing: rebase -u -b -f qcow2 TEST_DIR/t.qcow2
512 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2
514 Testing: rebase -u -b -f qcow2 TEST_DIR/t.qcow2
516 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2
517 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
519 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2
520 qemu-img: Invalid option list: ,help
522 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2
523 qemu-img: Invalid option list: ,,
525 Testing: amend -f qcow2 -o help
527 size Virtual disk size
528 compat Compatibility level (0.10 or 1.1)
529 backing_file File name of a base image
530 backing_fmt Image format of the base image
531 encryption Encrypt the image
532 cluster_size qcow2 cluster size
533 preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
534 lazy_refcounts Postpone refcount updates
535 refcount_bits Width of a reference count entry in bits
537 Testing: convert -o help
539 size Virtual disk size