]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qemu-iotests/039.out
qcow2: Clean up after refcount rebuild
[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)
d530e342 14./039: Aborted ( ulimit -c 0; exec "$@" )
dc68afe0 15incompatible_features 0x1
dc68afe0 16ERROR cluster 5 refcount=0 reference=1
b3f3a30f 17ERROR OFLAG_COPIED data cluster: l2_entry=8000000000050000 refcount=0
dc68afe0
SH
18
192 errors were found on the image.
20Data may be corrupted, or further writes to the image may corrupt it.
21
22== Read-only access must still work ==
23read 512/512 bytes at offset 0
24512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25incompatible_features 0x1
26
27== Repairing the image file must succeed ==
dc68afe0 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)
d530e342 46./039: Aborted ( ulimit -c 0; exec "$@" )
dc68afe0 47incompatible_features 0x1
dc68afe0
SH
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)
d530e342 57./039: Aborted ( ulimit -c 0; exec "$@" )
dc68afe0
SH
58incompatible_features 0x0
59No errors were found on the image.
4c2e5f8f
KW
60
61== Committing to a backing file with lazy_refcounts=on ==
62Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
63Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file='TEST_DIR/t.IMGFMT.base'
64wrote 512/512 bytes at offset 0
65512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
66Image committed.
67incompatible_features 0x0
68incompatible_features 0x0
69No errors were found on the image.
70No errors were found on the image.
dc68afe0 71*** done