Re: [Qemu-devel] [PATCH] iotests: restrict 254 to support only qcow2

2019-06-05 Thread Max Reitz
On 05.06.19 17:54, Vladimir Sementsov-Ogievskiy wrote: > Test fails at least for qcow, because of different cluster sizes in > base and top (and therefore different granularities of bitmaps we are > trying to merge). > > The test aim is to check block-dirty-bitmap-merge between different > nodes f

[Qemu-devel] [PATCH] iotests: restrict 254 to support only qcow2

2019-06-05 Thread Vladimir Sementsov-Ogievskiy
Test fails at least for qcow, because of different cluster sizes in base and top (and therefore different granularities of bitmaps we are trying to merge). The test aim is to check block-dirty-bitmap-merge between different nodes functionality, no needs to check all formats. So, let's just drop su