From: Jeff Cody <jcody@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org,
qemu-stable@nongnu.org, jsnow@redhat.com,
"libvir-list@redhat.com" <libvir-list@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v3 4/4] block/rbd: add deprecation documenation for filename keyvalue pairs
Date: Tue, 11 Sep 2018 18:16:35 -0400 [thread overview]
Message-ID: <20180911221635.GS22117@localhost.localdomain> (raw)
In-Reply-To: <dd363cbb-488c-5f51-2c22-39ff01bd8152@redhat.com>
On Tue, Sep 11, 2018 at 04:56:36PM -0500, Eric Blake wrote:
> [MAINTAINERS says libvir-list should have been cc'd; not sure why that
> didn't happen]
>
Thanks
> On 9/11/18 4:34 PM, Jeff Cody wrote:
> >Signed-off-by: Jeff Cody <jcody@redhat.com>
>
> In the subject: s/documenation/documentation/
>
> >---
> > qemu-deprecated.texi | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> >diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi
> >index 1b9c007f12..4df8ac442d 100644
> >--- a/qemu-deprecated.texi
> >+++ b/qemu-deprecated.texi
> >@@ -190,6 +190,13 @@ used instead.
> > In order to prevent QEMU from automatically opening an image's backing
> > chain, use ``"backing": null'' instead.
> >+@subsubsection "rbd keyvalue pair encoded filenames": "" (since 3.1.0)
> >+
> >+Options for ``rbd'' should be specified according to its runtime options,
> >+like other block drivers. Legacy parsing of keyvalue pair encoded
> >+filenames is useful to open images with the old format for backing files;
> >+These image files should be updated to use the current format.
>
> Can we give an example? Cribbing from patch 3, an example might look like
> changing:
>
> json:{"file.driver":"rbd", "file.filename":"rbd:rbd/name"}
>
> into:
>
> json:{"file.driver":"rbd", "file.pool":"rbd", "file.image":"name"}
>
That is a good example, I'll include it.
> I'll let Peter or John comment on whether libvirt's RBD pool handler is
> impacted by this deprecation, but it seems reasonable to me.
>
Thanks!
prev parent reply other threads:[~2018-09-11 22:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-11 21:34 [Qemu-devel] [PATCH v3 0/4] block/rbd: enable filename parsing on open Jeff Cody
2018-09-11 21:34 ` [Qemu-devel] [PATCH v3 1/4] block/rbd: pull out qemu_rbd_convert_options Jeff Cody
2018-09-11 21:34 ` [Qemu-devel] [PATCH v3 2/4] block/rbd: Attempt to parse legacy filenames Jeff Cody
2018-09-11 21:34 ` [Qemu-devel] [PATCH v3 3/4] block/rbd: add iotest for rbd legacy keyvalue filename parsing Jeff Cody
2018-09-11 21:34 ` [Qemu-devel] [PATCH v3 4/4] block/rbd: add deprecation documenation for filename keyvalue pairs Jeff Cody
2018-09-11 21:56 ` Eric Blake
2018-09-11 22:16 ` Jeff Cody [this message]
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=20180911221635.GS22117@localhost.localdomain \
--to=jcody@redhat.com \
--cc=eblake@redhat.com \
--cc=jsnow@redhat.com \
--cc=libvir-list@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.