From: Christoph Hellwig <hch@lst.de>
To: Josh Durgin <josh.durgin@dreamhost.com>
Cc: ceph-devel@vger.kernel.org, qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [qemu-iotests][PATCH] Update rbd support
Date: Wed, 13 Apr 2011 04:43:39 +0200 [thread overview]
Message-ID: <20110413024339.GA16779@lst.de> (raw)
In-Reply-To: <1302655665-30101-1-git-send-email-josh.durgin@dreamhost.com>
> @@ -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?
next prev parent reply other threads:[~2011-04-13 2:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-13 0:45 [Qemu-devel] [PATCH v3 0/4] rbd improvements Josh Durgin
2011-04-13 0:45 ` [Qemu-devel] [PATCH v3 1/4] rbd: use the higher level librbd instead of just librados Josh Durgin
2011-04-13 0:45 ` [Qemu-devel] [PATCH v3 2/4] rbd: allow configuration of rados from the rbd filename Josh Durgin
2011-04-13 0:45 ` [Qemu-devel] [PATCH v3 3/4] rbd: check return values when scheduling aio Josh Durgin
2011-04-13 0:45 ` [Qemu-devel] [PATCH v3 4/4] rbd: Add bdrv_truncate implementation Josh Durgin
2011-04-13 0:47 ` [Qemu-devel] [qemu-iotests][PATCH] Update rbd support Josh Durgin
2011-04-13 2:43 ` Christoph Hellwig [this message]
2011-04-13 5:42 ` Josh Durgin
2011-04-21 6:49 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110413024339.GA16779@lst.de \
--to=hch@lst.de \
--cc=ceph-devel@vger.kernel.org \
--cc=josh.durgin@dreamhost.com \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).