qemu-iotests: Adjustments due to error propagation
[qemu.git] / tests / qemu-iotests / 060.out
blob648f7437a268ed5991b8068d466d48fa446c5559
1 QA output created by 060
3 === Testing L2 reference into L1 ===
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 
6 ERROR cluster 3 refcount=1 reference=3
8 1 errors were found on the image.
9 Data may be corrupted, or further writes to the image may corrupt it.
10 incompatible_features     0x0
11 qcow2: Preventing invalid write on metadata (overlaps with active L1 table); image marked as corrupt.
12 write failed: Input/output error
13 incompatible_features     0x2
14 qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write
15 no file open, try 'help open'
16 read 512/512 bytes at offset 0
17 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 === Testing cluster data reference into refcount block ===
21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 
22 ERROR refcount block 0 refcount=2
23 ERROR cluster 2 refcount=1 reference=2
25 2 errors were found on the image.
26 Data may be corrupted, or further writes to the image may corrupt it.
27 incompatible_features     0x0
28 qcow2: Preventing invalid write on metadata (overlaps with refcount block); image marked as corrupt.
29 write failed: Input/output error
30 incompatible_features     0x2
31 Repairing refcount block 0 refcount=2
32 The following inconsistencies were found and repaired:
34     0 leaked clusters
35     1 corruptions
37 Double checking the fixed image now...
38 No errors were found on the image.
39 incompatible_features     0x0
40 wrote 512/512 bytes at offset 0
41 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
42 incompatible_features     0x0
43 *** done