On 06/05/2019 19.21, Eric Blake wrote: > For some particular configurations of ext4, sizing an image to 84 > sectors + 1 byte causes test failures when the size of the hole is > rounded to a 4k alignment. Let's instead size things to 128 sectors + > 1 byte, as the 64k boundary is more likely to work with various hole > granularities. > > Reported-by: Thomas Huth <th...@redhat.com> > Signed-off-by: Eric Blake <ebl...@redhat.com> > --- > > I have been unable to reproduce Thomas' failure, but suspect that this > will address it. If I can get a Tested-by, then I'm happy to add it > through my NBD tree, as I have a couple other iotest fixes ready for a > pull request. > > tests/qemu-iotests/221 | 10 +++++----- > tests/qemu-iotests/221.out | 20 ++++++++++---------- > 2 files changed, 15 insertions(+), 15 deletions(-)
Thanks, this fixes the issue on my ext4 partition! Tested-by: Thomas Huth <th...@redhat.com>