]> Git Repo - qemu.git/blame - tests/qemu-iotests/039.out
Merge remote-tracking branch 'bonzini/build-urgent' into staging
[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
058f8f16
SH
29The following inconsistencies were found and repaired:
30
31 0 leaked clusters
32 1 corruptions
33
34Double checking the fixed image now...
dc68afe0
SH
35No errors were found on the image.
36incompatible_features 0x0
37
38== Data should still be accessible after repair ==
39read 512/512 bytes at offset 0
40512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
41
42== Opening a dirty image read/write should repair it ==
b0869a46 43Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
dc68afe0
SH
44wrote 512/512 bytes at offset 0
45512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
46incompatible_features 0x1
47ERROR OFLAG_COPIED: offset=8000000000050000 refcount=0
48Repairing cluster 5 refcount=0 reference=1
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
52
53== Creating an image file with lazy_refcounts=off ==
54Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
55wrote 512/512 bytes at offset 0
56512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
57incompatible_features 0x0
58No errors were found on the image.
59*** done
This page took 0.110853 seconds and 4 git commands to generate.