Eric Blake | 344acbd | 2020-07-06 15:39:49 -0500 | [diff] [blame] | 1 | QA output created by 301 |
| 2 | |
| 3 | == qcow backed by qcow == |
| 4 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432 |
Eric Blake | d9f059a | 2020-07-06 15:39:54 -0500 | [diff] [blame] | 5 | qemu-img: warning: Deprecated use of backing file without explicit backing format (detected format of IMGFMT) |
| 6 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT |
Eric Blake | 344acbd | 2020-07-06 15:39:49 -0500 | [diff] [blame] | 7 | image: TEST_DIR/t.IMGFMT |
| 8 | file format: IMGFMT |
| 9 | virtual size: 32 MiB (33554432 bytes) |
| 10 | cluster_size: 512 |
| 11 | backing file: TEST_DIR/t.IMGFMT.base |
| 12 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT |
| 13 | image: TEST_DIR/t.IMGFMT |
| 14 | file format: IMGFMT |
| 15 | virtual size: 32 MiB (33554432 bytes) |
| 16 | cluster_size: 512 |
| 17 | backing file: TEST_DIR/t.IMGFMT.base |
| 18 | |
| 19 | == mismatched command line detection == |
| 20 | qemu-img: TEST_DIR/t.IMGFMT: invalid VMDK image descriptor |
Eric Blake | add8200 | 2020-07-06 15:39:50 -0500 | [diff] [blame] | 21 | Could not open backing image. |
| 22 | qemu-img: TEST_DIR/t.IMGFMT: invalid VMDK image descriptor |
| 23 | Could not open backing image. |
Eric Blake | 344acbd | 2020-07-06 15:39:49 -0500 | [diff] [blame] | 24 | |
| 25 | qemu-img: TEST_DIR/t.IMGFMT: Image creation needs a size parameter |
| 26 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=vmdk |
| 27 | |
Eric Blake | add8200 | 2020-07-06 15:39:50 -0500 | [diff] [blame] | 28 | qemu-img: TEST_DIR/t.IMGFMT: Unknown driver 'garbage' |
| 29 | Could not open backing image. |
Eric Blake | 344acbd | 2020-07-06 15:39:49 -0500 | [diff] [blame] | 30 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=garbage |
| 31 | qemu-img: TEST_DIR/t.IMGFMT: unrecognized backing format 'garbage' |
| 32 | image: TEST_DIR/t.IMGFMT |
| 33 | file format: IMGFMT |
| 34 | virtual size: 32 MiB (33554432 bytes) |
| 35 | cluster_size: 512 |
| 36 | backing file: TEST_DIR/t.IMGFMT.base |
| 37 | |
| 38 | == qcow backed by raw == |
Eric Blake | d9f059a | 2020-07-06 15:39:54 -0500 | [diff] [blame] | 39 | qemu-img: warning: Deprecated use of backing file without explicit backing format (detected format of raw) |
Eric Blake | 344acbd | 2020-07-06 15:39:49 -0500 | [diff] [blame] | 40 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base |
| 41 | image: TEST_DIR/t.IMGFMT |
| 42 | file format: IMGFMT |
| 43 | virtual size: 32 MiB (33554432 bytes) |
| 44 | cluster_size: 512 |
| 45 | backing file: TEST_DIR/t.IMGFMT.base |
| 46 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw |
| 47 | image: TEST_DIR/t.IMGFMT |
| 48 | file format: IMGFMT |
| 49 | virtual size: 32 MiB (33554432 bytes) |
| 50 | cluster_size: 512 |
| 51 | backing file: TEST_DIR/t.IMGFMT.base |
| 52 | |
| 53 | == commit cannot change type of raw backing file == |
| 54 | Formatting 'TEST_DIR/t.qcow.IMGFMT', fmt=IMGFMT size=33554432 |
| 55 | qemu-img: Block job failed: Operation not permitted |
| 56 | image: TEST_DIR/t.IMGFMT.base |
| 57 | file format: raw |
| 58 | virtual size: 32 MiB (33554432 bytes) |
| 59 | *** done |