qemu-iotests: Update rbd support
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 13 Apr 2011 00:47:45 +0000 (17:47 -0700)
committerKevin Wolf <kwolf@redhat.com>
Thu, 23 Feb 2012 09:29:47 +0000 (10:29 +0100)
rbd implements bdrv_truncate, so test 025 will work.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/025

index fba44a47fbebcbfde07ec3e554ad1b4ee15c0f16..691b6da6d594996150fc20c9df554eb8c45759c0 100755 (executable)
@@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.pattern
 
 _supported_fmt raw qcow2
-_supported_proto file sheepdog
+_supported_proto file sheepdog rbd
 _supported_os Linux
 
 echo "=== Creating image"