diff options
author | Max Reitz <mreitz@redhat.com> | 2019-05-07 22:35:08 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2019-06-14 15:09:42 +0200 |
commit | 21c1ce592a144188dfe59b9e156a97da412a59a2 (patch) | |
tree | 94b53ffb785bd696cf62e350dd44b0005c801e8a /tests/qemu-iotests/082.out | |
parent | 0b1eb0ce7d734affdc181ca583d12947d17e47bf (diff) | |
download | qemu-21c1ce592a144188dfe59b9e156a97da412a59a2.zip qemu-21c1ce592a144188dfe59b9e156a97da412a59a2.tar.gz qemu-21c1ce592a144188dfe59b9e156a97da412a59a2.tar.bz2 |
iotests: Test qemu-img convert -C --salvage
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>
Diffstat (limited to 'tests/qemu-iotests/082.out')
-rw-r--r-- | tests/qemu-iotests/082.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/082.out b/tests/qemu-iotests/082.out index 7e25706..58de358 100644 --- a/tests/qemu-iotests/082.out +++ b/tests/qemu-iotests/082.out @@ -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 |