]>
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 | read 512/512 bytes at offset 0 |
16 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
17 | ||
18 | === Testing cluster data reference into refcount block === | |
19 | ||
20 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 | |
21 | ERROR refcount block 0 refcount=2 | |
22 | ERROR cluster 2 refcount=1 reference=2 | |
23 | ||
24 | 2 errors were found on the image. | |
25 | Data may be corrupted, or further writes to the image may corrupt it. | |
26 | incompatible_features 0x0 | |
27 | qcow2: Preventing invalid write on metadata (overlaps with refcount block); image marked as corrupt. | |
28 | write failed: Input/output error | |
29 | incompatible_features 0x2 | |
30 | Repairing refcount block 0 refcount=2 | |
31 | The following inconsistencies were found and repaired: | |
32 | ||
33 | 0 leaked clusters | |
34 | 1 corruptions | |
35 | ||
36 | Double checking the fixed image now... | |
37 | No errors were found on the image. | |
38 | incompatible_features 0x0 | |
39 | wrote 512/512 bytes at offset 0 | |
40 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
41 | incompatible_features 0x0 | |
34eeb82d HR |
42 | |
43 | === Testing cluster data reference into inactive L2 table === | |
44 | ||
45 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 | |
46 | wrote 512/512 bytes at offset 0 | |
47 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
48 | wrote 512/512 bytes at offset 0 | |
49 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
50 | ERROR cluster 4 refcount=1 reference=2 | |
51 | Leaked cluster 9 refcount=1 reference=0 | |
52 | ||
53 | 1 errors were found on the image. | |
54 | Data may be corrupted, or further writes to the image may corrupt it. | |
55 | ||
56 | 1 leaked clusters were found on the image. | |
57 | This means waste of disk space, but no harm to data. | |
58 | incompatible_features 0x0 | |
59 | qcow2: Preventing invalid write on metadata (overlaps with inactive L2 table); image marked as corrupt. | |
60 | write failed: Input/output error | |
61 | incompatible_features 0x2 | |
62 | Repairing cluster 4 refcount=1 reference=2 | |
63 | Repairing cluster 9 refcount=1 reference=0 | |
64 | Repairing OFLAG_COPIED data cluster: l2_entry=8000000000040000 refcount=2 | |
65 | The following inconsistencies were found and repaired: | |
66 | ||
67 | 1 leaked clusters | |
68 | 2 corruptions | |
69 | ||
70 | Double checking the fixed image now... | |
71 | No errors were found on the image. | |
72 | incompatible_features 0x0 | |
73 | wrote 512/512 bytes at offset 0 | |
74 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
75 | incompatible_features 0x0 | |
76 | read 512/512 bytes at offset 0 | |
77 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
78 | No errors were found on the image. | |
79 | read 512/512 bytes at offset 0 | |
80 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
ca0eca91 | 81 | *** done |