]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
iotests: Test qemu-img convert -C --salvage
authorMax Reitz <mreitz@redhat.com>
Tue, 7 May 2019 20:35:08 +0000 (22:35 +0200)
committerMax Reitz <mreitz@redhat.com>
Fri, 14 Jun 2019 13:09:42 +0000 (15:09 +0200)
We do not support this combination (yet), so this should yield an error
message.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Tested-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20190507203508.18026-8-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/082
tests/qemu-iotests/082.out

index bbbdf555dcbe2cae294925f8d39a6413a4a8ec3c..3286c2c6dbb7d8f57ee133311a92e1e6b3f678b9 100755 (executable)
@@ -162,6 +162,7 @@ echo === convert: -C and other options ===
 run_qemu_img convert -C -S 4k -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
 run_qemu_img convert -C -S 8k -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
 run_qemu_img convert -C -c -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
+run_qemu_img convert -C --salvage -O $IMGFMT "$TEST_IMG" "$TEST_IMG".target
 
 echo
 echo === amend: Options specified more than once ===
index 7e2570681354e11a9266b53f3f9235b566b73c35..58de358b38f36bb8a60106423cf5a28eeec8287d 100644 (file)
@@ -567,6 +567,9 @@ qemu-img: Cannot enable copy offloading when -S is used
 Testing: convert -C -c -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.target
 qemu-img: Cannot enable copy offloading when -c is used
 
+Testing: convert -C --salvage -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.target
+qemu-img: Cannot use copy offloading in salvaging mode
+
 === amend: Options specified more than once ===
 
 Testing: amend -f foo -f qcow2 -o lazy_refcounts=on TEST_DIR/t.qcow2