qapi: Add corrupt field to ImageInfoSpecificQCow2
[qemu/ar7.git] / tests / qemu-iotests / 082.out
blob0a3ab5ac9050542df9809d3355f31ec2ae694acd
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
8 file format: IMGFMT
9 virtual size: 128M (134217728 bytes)
10 cluster_size: 65536
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
17 file format: qcow2
18 virtual size: 128M (134217728 bytes)
19 disk size: 16K
20 cluster_size: 4096
21 Format specific information:
22     compat: 1.1
23     lazy refcounts: true
24     corrupt: false
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
31 file format: qcow2
32 virtual size: 128M (134217728 bytes)
33 disk size: 28K
34 cluster_size: 8192
35 Format specific information:
36     compat: 1.1
37     lazy refcounts: true
38     corrupt: false
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
43 file format: IMGFMT
44 virtual size: 128M (134217728 bytes)
45 cluster_size: 8192
47 === create: help for -o ===
49 Testing: create -f qcow2 -o help TEST_DIR/t.qcow2 128M
50 Supported options:
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
62 Supported options:
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
74 Supported options:
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
86 Supported options:
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
98 Supported options:
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
110 Supported options:
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
122 Supported options:
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
134 Supported options:
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
161 Supported options:
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
172 Supported options:
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
182 file format: raw
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
187 file format: IMGFMT
188 virtual size: 128M (134217728 bytes)
189 cluster_size: 65536
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
195 file format: qcow2
196 virtual size: 128M (134217728 bytes)
197 disk size: 16K
198 cluster_size: 4096
199 Format specific information:
200     compat: 1.1
201     lazy refcounts: true
202     corrupt: false
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
208 file format: qcow2
209 virtual size: 128M (134217728 bytes)
210 disk size: 28K
211 cluster_size: 8192
212 Format specific information:
213     compat: 1.1
214     lazy refcounts: true
215     corrupt: false
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
219 file format: IMGFMT
220 virtual size: 128M (134217728 bytes)
221 cluster_size: 8192
223 === convert: help for -o ===
225 Testing: convert -O qcow2 -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
226 Supported options:
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
238 Supported options:
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
250 Supported options:
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
262 Supported options:
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
274 Supported options:
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
286 Supported options:
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
298 Supported options:
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
310 Supported options:
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
337 Supported options:
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
348 Supported options:
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
357 file format: qcow2
358 virtual size: 128M (134217728 bytes)
359 disk size: 196K
360 cluster_size: 65536
361 Format specific information:
362     compat: 1.1
363     lazy refcounts: true
364     corrupt: false
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
370 file format: qcow2
371 virtual size: 130M (136314880 bytes)
372 disk size: 196K
373 cluster_size: 65536
374 Format specific information:
375     compat: 1.1
376     lazy refcounts: false
377     corrupt: 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
383 file format: qcow2
384 virtual size: 132M (138412032 bytes)
385 disk size: 196K
386 cluster_size: 65536
387 Format specific information:
388     compat: 1.1
389     lazy refcounts: true
390     corrupt: false
392 Testing: amend -f qcow2 -o size=4M,size=148M TEST_DIR/t.qcow2
393 image: TEST_DIR/t.IMGFMT
394 file format: IMGFMT
395 virtual size: 148M (155189248 bytes)
396 cluster_size: 65536
398 === amend: help for -o ===
400 Testing: amend -f qcow2 -o help TEST_DIR/t.qcow2
401 Supported options:
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
413 Supported options:
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
425 Supported options:
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
437 Supported options:
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
449 Supported options:
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
461 Supported options:
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
473 Supported options:
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
485 Supported options:
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
514 Supported options:
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
525 Supported options:
526 size             Virtual disk size
527 *** done