qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [qemu-iotests][PATCH] Update rbd support


From: Christoph Hellwig
Subject: Re: [Qemu-devel] [qemu-iotests][PATCH] Update rbd support
Date: Wed, 13 Apr 2011 04:43:39 +0200
User-agent: Mutt/1.5.17 (2007-11-01)

> @@ -43,6 +43,10 @@ _supported_fmt raw
>  _supported_proto generic
>  _supported_os Linux
>  
> +# rbd images are not growable
> +if [ "$IMGPROTO" = "rbd" ]; then
> +    _notrun "image protocol $IMGPROTO does not support growable images"
> +fi

I suspect we only support the weird writing past size for the
file protocol, so we should only run the test for it.

Or does sheepdog do anything special about it?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]