Re: [PATCH for-5.0 v2] qemu-img: Report convert errors by bytes, not sectors

2020-04-02 Thread Eric Blake
On 4/1/20 5:11 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200401180436.298613-1-ebl...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably

Re: [PATCH for-5.0 v2] qemu-img: Report convert errors by bytes, not sectors

2020-04-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200401180436.298613-1-ebl...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH for-5.0 v2] qemu-img: Report convert errors by bytes, not sectors

2020-04-01 Thread Eric Blake
Various qemu-img commands are inconsistent on whether they report status/errors in terms of bytes or sector offsets. The latter is confusing (especially as more places move to 4k block sizes), so let's switch everything to just use bytes everywhere. Signed-off-by: Eric Blake Reviewed-by: Vladimi