summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/217.out
Commit message (Collapse)AuthorAgeFilesLines
* iotests: Repairing error during snapshot deletionMax Reitz2018-06-111-0/+42
This adds a test for an I/O error during snapshot deletion, and maybe more importantly, for how to repair the resulting image. If the snapshot has been deleted before the error occurs, the only negative result will be leaked clusters -- and those should be repairable with qemu-img check -r leaks. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20180509200059.31125-3-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>