]>
Commit | Line | Data |
---|---|---|
ca0eca91 HR |
1 | QA output created by 060 |
2 | ||
3 | === Testing L2 reference into L1 === | |
4 | ||
5 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 | |
6 | ERROR cluster 3 refcount=1 reference=3 | |
7 | ||
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 | |
2c78857b | 14 | qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write |
ca0eca91 HR |
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) | |
18 | ||
19 | === Testing cluster data reference into refcount block === | |
20 | ||
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 | |
24 | ||
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: | |
33 | ||
34 | 0 leaked clusters | |
35 | 1 corruptions | |
36 | ||
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 |