]> git-server-git.apps.pok.os.sepia.ceph.com Git - qemu-iotests.git/commitdiff
Update rbd support
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 13 Apr 2011 00:47:45 +0000 (17:47 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 21 Apr 2011 06:29:22 +0000 (08:29 +0200)
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>
025

diff --git a/025 b/025
index fba44a47fbebcbfde07ec3e554ad1b4ee15c0f16..691b6da6d594996150fc20c9df554eb8c45759c0 100755 (executable)
--- a/025
+++ b/025
@@ -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"