]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qemu-iotests/039.out
qemu-iotests: Be more flexible with image creation options
[mirror_qemu.git] / tests / qemu-iotests / 039.out
CommitLineData
dc68afe0
SH
1QA output created by 039
2
3== Checking that image is clean on shutdown ==
b0869a46 4Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
dc68afe0
SH
5wrote 512/512 bytes at offset 0
6512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7incompatible_features 0x0
8No errors were found on the image.
9
10== Creating a dirty image file ==
b0869a46 11Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
dc68afe0
SH
12wrote 512/512 bytes at offset 0
13512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14incompatible_features 0x1
15ERROR OFLAG_COPIED: offset=8000000000050000 refcount=0
16ERROR cluster 5 refcount=0 reference=1
17
182 errors were found on the image.
19Data may be corrupted, or further writes to the image may corrupt it.
20
21== Read-only access must still work ==
22read 512/512 bytes at offset 0
23512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
24incompatible_features 0x1
25
26== Repairing the image file must succeed ==
27ERROR OFLAG_COPIED: offset=8000000000050000 refcount=0
28Repairing cluster 5 refcount=0 reference=1
29No errors were found on the image.
30incompatible_features 0x0
31
32== Data should still be accessible after repair ==
33read 512/512 bytes at offset 0
34512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
35
36== Opening a dirty image read/write should repair it ==
b0869a46 37Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
dc68afe0
SH
38wrote 512/512 bytes at offset 0
39512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40incompatible_features 0x1
41ERROR OFLAG_COPIED: offset=8000000000050000 refcount=0
42Repairing cluster 5 refcount=0 reference=1
43wrote 512/512 bytes at offset 0
44512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
45incompatible_features 0x0
46
47== Creating an image file with lazy_refcounts=off ==
48Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
49wrote 512/512 bytes at offset 0
50512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
51incompatible_features 0x0
52No errors were found on the image.
53*** done