From: Josh Durgin Date: Wed, 13 Apr 2011 00:47:45 +0000 (-0700) Subject: Update rbd support X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5aabfa48ecf4266804801e2a1aee14cfdb9c8d5c;p=qemu-iotests.git Update rbd support rbd implements bdrv_truncate, so test 025 will work. Signed-off-by: Josh Durgin Signed-off-by: Christoph Hellwig --- 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"