Max Reitz | b41ad73 | 2018-05-09 22:00:59 +0200 | [diff] [blame] | 1 | QA output created by 217 |
| 2 | |
| 3 | === Simulating an I/O error during snapshot deletion === |
| 4 | |
| 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) |
| 8 | |
| 9 | Snapshot list: |
| 10 | (Snapshot filtered) |
| 11 | |
| 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 |
| 14 | |
| 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 |
| 20 | |
| 21 | 4 leaked clusters were found on the image. |
| 22 | This means waste of disk space, but no harm to data. |
| 23 | |
| 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: |
| 36 | |
| 37 | 4 leaked clusters |
| 38 | 2 corruptions |
| 39 | |
| 40 | Double checking the fixed image now... |
| 41 | No errors were found on the image. |
| 42 | *** done |