]> Git Repo - qemu.git/blame - tests/qemu-iotests/060.out
qemu-io: Let "open" pass options to block driver
[qemu.git] / tests / qemu-iotests / 060.out
CommitLineData
ca0eca91
HR
1QA output created by 060
2
3=== Testing L2 reference into L1 ===
4
5Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
6ERROR cluster 3 refcount=1 reference=3
7
81 errors were found on the image.
9Data may be corrupted, or further writes to the image may corrupt it.
10incompatible_features 0x0
11qcow2: Preventing invalid write on metadata (overlaps with active L1 table); image marked as corrupt.
12write failed: Input/output error
13incompatible_features 0x2
2c78857b 14qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write
ca0eca91
HR
15no file open, try 'help open'
16read 512/512 bytes at offset 0
17512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18
19=== Testing cluster data reference into refcount block ===
20
21Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
22ERROR refcount block 0 refcount=2
23ERROR cluster 2 refcount=1 reference=2
24
252 errors were found on the image.
26Data may be corrupted, or further writes to the image may corrupt it.
27incompatible_features 0x0
28qcow2: Preventing invalid write on metadata (overlaps with refcount block); image marked as corrupt.
29write failed: Input/output error
30incompatible_features 0x2
31Repairing refcount block 0 refcount=2
32The following inconsistencies were found and repaired:
33
34 0 leaked clusters
35 1 corruptions
36
37Double checking the fixed image now...
38No errors were found on the image.
39incompatible_features 0x0
40wrote 512/512 bytes at offset 0
41512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
42incompatible_features 0x0
43*** done
This page took 0.034892 seconds and 4 git commands to generate.