xref: /openbmc/qemu/tests/qemu-iotests/039.out (revision dffacd46)
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 cluster 5 refcount=0 reference=1
16ERROR OFLAG_COPIED data cluster: l2_entry=8000000000050000 refcount=0
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 ==
27Repairing cluster 5 refcount=0 reference=1
28The following inconsistencies were found and repaired:
29
30    0 leaked clusters
31    1 corruptions
32
33Double checking the fixed image now...
34No errors were found on the image.
35incompatible_features     0x0
36
37== Data should still be accessible after repair ==
38read 512/512 bytes at offset 0
39512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40
41== Opening a dirty image read/write should repair it ==
42Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
43wrote 512/512 bytes at offset 0
44512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
45incompatible_features     0x1
46Repairing cluster 5 refcount=0 reference=1
47wrote 512/512 bytes at offset 0
48512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
49incompatible_features     0x0
50
51== Creating an image file with lazy_refcounts=off ==
52Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
53wrote 512/512 bytes at offset 0
54512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
55incompatible_features     0x0
56No errors were found on the image.
57
58== Committing to a backing file with lazy_refcounts=on ==
59Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
60Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file='TEST_DIR/t.IMGFMT.base'
61wrote 512/512 bytes at offset 0
62512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
63Image committed.
64incompatible_features     0x0
65incompatible_features     0x0
66No errors were found on the image.
67No errors were found on the image.
68*** done
69