aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-04-12 17:47:45 -0700
committerChristoph Hellwig <hch@lst.de>2011-04-21 08:29:22 +0200
commit5aabfa48ecf4266804801e2a1aee14cfdb9c8d5c (patch)
tree77d230fe51c85b1ff40c2034bd73087d165be089
parent09f19206f53d46ebb1313c677b20118a80dfda9e (diff)
downloadqemu-iotests-5aabfa48ecf4266804801e2a1aee14cfdb9c8d5c.tar.gz
Update rbd support
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>
-rwxr-xr-x0252
1 files changed, 1 insertions, 1 deletions
diff --git a/025 b/025
index fba44a4..691b6da 100755
--- 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"