xref: /openbmc/qemu/tests/qemu-iotests/039.out (revision 93b91c59)
1QA output created by 039
2
3== Checking that image is clean on shutdown ==
4Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
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 ==
11Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
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
29The following inconsistencies were found and repaired:
30
31    0 leaked clusters
32    1 corruptions
33
34Double checking the fixed image now...
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 ==
43Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
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
60