Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 217.out
blobe3fc40a8c7bb61c30ffa9774b472d11ed2a5b5c8
1 QA output created by 217
3 === Simulating an I/O error during snapshot deletion ===
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
6 wrote 65536/65536 bytes at offset 0
7 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9 Snapshot list:
10 (Snapshot filtered)
12 qcow2_free_clusters failed: Input/output error
13 qemu-img: Could not delete snapshot 'foo': Failed to free the cluster and L1 table: Input/output error
15 --- Checking test image ---
16 Leaked cluster 4 refcount=2 reference=1
17 Leaked cluster 5 refcount=2 reference=1
18 Leaked cluster 6 refcount=1 reference=0
19 Leaked cluster 7 refcount=1 reference=0
21 4 leaked clusters were found on the image.
22 This means waste of disk space, but no harm to data.
24 --- Repairing test image ---
25 Leaked cluster 4 refcount=2 reference=1
26 Leaked cluster 5 refcount=2 reference=1
27 Leaked cluster 6 refcount=1 reference=0
28 Leaked cluster 7 refcount=1 reference=0
29 Repairing cluster 4 refcount=2 reference=1
30 Repairing cluster 5 refcount=2 reference=1
31 Repairing cluster 6 refcount=1 reference=0
32 Repairing cluster 7 refcount=1 reference=0
33 Repairing OFLAG_COPIED L2 cluster: l1_index=0 l1_entry=40000 refcount=1
34 Repairing OFLAG_COPIED data cluster: l2_entry=50000 refcount=1
35 The following inconsistencies were found and repaired:
37     4 leaked clusters
38     2 corruptions
40 Double checking the fixed image now...
41 No errors were found on the image.
42 *** done