Re: [PATCH v4 3/4] tests/qemu-iotests: add case to write compressed data of multiple clusters

2019-10-20 Thread Andrey Shinkevich
>> +# Set compress=on. That will align the written data >> +# by the cluster size and will write them compressed. >> +QEMU_IO_OPTIONS=$QEMU_IO_OPTIONS_NO_FMT \ >> +$QEMU_IO -c "write -P 0xbb 0 $data_size" --image-opts \ >> + driver=$IMGFMT,compress=on,file.filename=$TEST_IMG \ >> +

Re: [PATCH v4 3/4] tests/qemu-iotests: add case to write compressed data of multiple clusters

2019-10-17 Thread Vladimir Sementsov-Ogievskiy
16.10.2019 19:28, Andrey Shinkevich wrote: > Add the test case to the iotest #214 that checks possibility of writing > compressed data of more than one cluster size. > > Signed-off-by: Andrey Shinkevich > --- > tests/qemu-iotests/214 | 35 +++ >

[PATCH v4 3/4] tests/qemu-iotests: add case to write compressed data of multiple clusters

2019-10-16 Thread Andrey Shinkevich
Add the test case to the iotest #214 that checks possibility of writing compressed data of more than one cluster size. Signed-off-by: Andrey Shinkevich --- tests/qemu-iotests/214 | 35 +++ tests/qemu-iotests/214.out | 15 +++ 2 files changed, 50