Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix preallocated truncation

2017-10-11 Thread Stefan Hajnoczi
On Mon, Oct 09, 2017 at 11:55:30PM +0200, Max Reitz wrote: > There are (at least...) two bugs in preallocated truncation, which this > series fixes. > > Both would have been apparent if the the related iotest had used the > default cluster size in addition to 512 byte clusters, but alas, it did >

Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix preallocated truncation

2017-10-11 Thread Max Reitz
On 2017-10-09 23:55, Max Reitz wrote: > There are (at least...) two bugs in preallocated truncation, which this > series fixes. > > Both would have been apparent if the the related iotest had used the > default cluster size in addition to 512 byte clusters, but alas, it did > not. This is remedie

[Qemu-devel] [PATCH 0/3] qcow2: Fix preallocated truncation

2017-10-09 Thread Max Reitz
There are (at least...) two bugs in preallocated truncation, which this series fixes. Both would have been apparent if the the related iotest had used the default cluster size in addition to 512 byte clusters, but alas, it did not. This is remedied by patch 3 of this series. Max Reitz (3): qc