aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/063.out
diff options
context:
space:
mode:
authorAlexandre Derumier <aderumier@odiso.com>2013-09-02 19:07:24 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2013-09-06 15:25:07 +0200
commitb2e10493c71160d88bb823cae9a92e806a79b9d6 (patch)
treee3baaffa48931c9106c5474553e95afc4d305f20 /tests/qemu-iotests/063.out
parentb3f3a30f387f34308b3e4d910a2824e69c34182f (diff)
add qemu-img convert -n option (skip target volume creation)
Add a -n option to skip volume creation on qemu-img convert. This is useful for targets such as rbd / ceph, where the target volume may already exist; we cannot always rely on qemu-img convert to create the image, as dependent on the output format, there may be parameters which are not possible to specify through the qemu-img convert command line. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Alexandre Derumier <aderumier@odiso.com> Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/063.out')
-rw-r--r--tests/qemu-iotests/063.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/063.out b/tests/qemu-iotests/063.out
new file mode 100644
index 0000000000..de1c99afd8
--- /dev/null
+++ b/tests/qemu-iotests/063.out
@@ -0,0 +1,10 @@
+QA output created by 063
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
+== Testing conversion with -n fails with no target file ==
+== Testing conversion with -n succeeds with a target file ==
+== Testing conversion to raw is the same after conversion with -n ==
+== Testing conversion back to original format ==
+No errors were found on the image.
+== Testing conversion to a smaller file fails ==
+Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2097152
+*** done