Re: [Qemu-devel] [PATCH for-next 0/6] qemu-img: Add salvaging mode to convert

2019-02-13 Thread Max Reitz
Any opinions? On 03.12.18 18:52, Max Reitz wrote: > Hi, > > This series adds a --salvage option to qemu-img convert. With this, > qemu-img will not abort when it encounters an I/O error. Instead, it > tries to narrow it down and will treat the affected sectors as being > completely 0 (and print

Re: [Qemu-devel] [PATCH for-next 0/6] qemu-img: Add salvaging mode to convert

2018-12-04 Thread Eric Blake
On 12/3/18 9:39 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20181203175211.8230-1-mre...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 fatal: unable

Re: [Qemu-devel] [PATCH for-next 0/6] qemu-img: Add salvaging mode to convert

2018-12-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181203175211.8230-1-mre...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH for-next 0/6] qemu-img: Add salvaging mode to convert Message-id: 20181203175211.8230-1

[Qemu-devel] [PATCH for-next 0/6] qemu-img: Add salvaging mode to convert

2018-12-03 Thread Max Reitz
Hi, This series adds a --salvage option to qemu-img convert. With this, qemu-img will not abort when it encounters an I/O error. Instead, it tries to narrow it down and will treat the affected sectors as being completely 0 (and print a warning). Testing this is not so easy, because while real I