Re: [PATCH] iotests/279: Fix for non-qcow2 formats

2020-02-19 Thread Max Reitz
On 19.12.19 15:42, Max Reitz wrote: > First, driver=qcow2 will not work so well with non-qcow2 formats (and > this test claims to support qcow, qed, and vmdk). > > Second, vmdk will always report the backing file format to be vmdk. > Filter that out so the output looks like for all other formats.

Re: [PATCH] iotests/279: Fix for non-qcow2 formats

2020-01-27 Thread Thomas Huth
On 19/12/2019 15.42, Max Reitz wrote: > First, driver=qcow2 will not work so well with non-qcow2 formats (and > this test claims to support qcow, qed, and vmdk). > > Second, vmdk will always report the backing file format to be vmdk. > Filter that out so the output looks like for all other formats

Re: [PATCH] iotests/279: Fix for non-qcow2 formats

2019-12-23 Thread John Snow
On 12/19/19 9:42 AM, Max Reitz wrote: > First, driver=qcow2 will not work so well with non-qcow2 formats (and > this test claims to support qcow, qed, and vmdk). > > Second, vmdk will always report the backing file format to be vmdk. > Filter that out so the output looks like for all other form

[PATCH] iotests/279: Fix for non-qcow2 formats

2019-12-19 Thread Max Reitz
First, driver=qcow2 will not work so well with non-qcow2 formats (and this test claims to support qcow, qed, and vmdk). Second, vmdk will always report the backing file format to be vmdk. Filter that out so the output looks like for all other formats. Third, the flat vmdk subformats do not suppor