Re: [Qemu-block] [PATCH v3 6/7] iotests: Test qemu-img convert --salvage

2019-04-17 Thread Max Reitz
On 16.04.19 10:02, Vladimir Sementsov-Ogievskiy wrote: > 13.04.2019 19:53, Max Reitz wrote: >> This test converts a simple image to another, but blkdebug injects >> block_status and read faults at some offsets. The resulting image >> should be the same as the input image, except that sectors that

Re: [Qemu-block] [PATCH v3 6/7] iotests: Test qemu-img convert --salvage

2019-04-16 Thread Vladimir Sementsov-Ogievskiy
13.04.2019 19:53, Max Reitz wrote: > This test converts a simple image to another, but blkdebug injects > block_status and read faults at some offsets. The resulting image > should be the same as the input image, except that sectors that could > not be read have to be 0. > > Signed-off-by: Max Re

[Qemu-block] [PATCH v3 6/7] iotests: Test qemu-img convert --salvage

2019-04-13 Thread Max Reitz
This test converts a simple image to another, but blkdebug injects block_status and read faults at some offsets. The resulting image should be the same as the input image, except that sectors that could not be read have to be 0. Signed-off-by: Max Reitz --- tests/qemu-iotests/249 | 163