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