Re: [Qemu-devel] [PATCH] iotests: Tweak 221 sizing for different hole granularities

2019-05-06 Thread Thomas Huth
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 wor

[Qemu-devel] [PATCH] iotests: Tweak 221 sizing for different hole granularities

2019-05-06 Thread Eric Blake
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