Re: [PATCH 08/14] iotests/common.rc: _make_test_img(): smarter compressiont_type handling

2021-07-16 Thread Max Reitz
On 16.07.21 16:24, Vladimir Sementsov-Ogievskiy wrote: 16.07.2021 15:38, Max Reitz wrote: Subject: s/compressiont_type/compression_type/ On 05.07.21 11:15, Vladimir Sementsov-Ogievskiy wrote: Like it is done in iotests.py in qemu_img_create_prepare_args(), let's not follow

Re: [PATCH 08/14] iotests/common.rc: _make_test_img(): smarter compressiont_type handling

2021-07-16 Thread Vladimir Sementsov-Ogievskiy
16.07.2021 15:38, Max Reitz wrote: Subject: s/compressiont_type/compression_type/ On 05.07.21 11:15, Vladimir Sementsov-Ogievskiy wrote: Like it is done in iotests.py in qemu_img_create_prepare_args(), let's not follow compression_type=zstd of IMGOPTS if test creates image in old format.

Re: [PATCH 08/14] iotests/common.rc: _make_test_img(): smarter compressiont_type handling

2021-07-16 Thread Max Reitz
Subject: s/compressiont_type/compression_type/ On 05.07.21 11:15, Vladimir Sementsov-Ogievskiy wrote: Like it is done in iotests.py in qemu_img_create_prepare_args(), let's not follow compression_type=zstd of IMGOPTS if test creates image in old format. Signed-off-by: Vladimir

[PATCH 08/14] iotests/common.rc: _make_test_img(): smarter compressiont_type handling

2021-07-05 Thread Vladimir Sementsov-Ogievskiy
Like it is done in iotests.py in qemu_img_create_prepare_args(), let's not follow compression_type=zstd of IMGOPTS if test creates image in old format. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/common.rc | 8 1 file changed, 8 insertions(+) diff --git