OSDN Git Service

qemu-iotests: add support for vdi format "static" option
authorStefan Weil <weil@mail.berlios.de>
Thu, 13 Aug 2009 16:49:48 +0000 (13:49 -0300)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Feb 2012 15:17:02 +0000 (16:17 +0100)
VDI supports an image option 'static'.
Ignore "static=off" from qemu-img output.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/common.rc

index 16cf77d..6ef6b51 100644 (file)
@@ -61,8 +61,8 @@ _make_test_img()
        sed -e "s#$IMGFMT#IMGFMT#g" | \
        sed -e "s# encryption=off##g" | \
        sed -e "s# cluster_size=0##g" | \
-       sed -e "s# compat6=off##g"
-
+       sed -e "s# compat6=off##g" | \
+       sed -e "s# static=off##g"
 }
 
 _cleanup_test_img()