qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Cody <jcody@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-block@nongnu.org, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 5/5] block/rbd: add support for 'mon_host', 'auth_supported' via QAPI
Date: Tue, 28 Feb 2017 11:30:17 -0500	[thread overview]
Message-ID: <20170228163017.GE15696@localhost.localdomain> (raw)
In-Reply-To: <d24c1aa4-c433-feab-38cf-1e1a82a7a1e8@redhat.com>

On Tue, Feb 28, 2017 at 10:26:49AM -0600, Eric Blake wrote:
> On 02/28/2017 10:15 AM, Jeff Cody wrote:
> > This adds support for three additional options that may be specified
> > by QAPI in blockdev-add:
> > 
> >     server: host, port
> >     auth method: either 'cephx' or 'none'
> > 
> > The "server" and "auth-supported" QAPI parameters are arrays.  To conform
> > with the rados API, the array items are join as a single string with a ';'
> > character as a delimiter when setting the configuration values.
> > 
> > Reviewed-by: Markus Armbruster <armbru@redhat.com>
> 
> What happened to Signed-off-by? You'll have to resubmit the pull request
>

Argh, thanks - that is what happens when I go outside my normal workflow.
Will send a v2 pr

> > ---
> >  block/rbd.c          | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++
> >  qapi/block-core.json |  29 +++++++++++
> >  2 files changed, 163 insertions(+)
> > 
> 
> 
> -- 
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
> 

      reply	other threads:[~2017-02-28 16:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 16:15 [Qemu-devel] [PULL 0/5] Block patches for 2.9 Jeff Cody
2017-02-28 16:15 ` [Qemu-devel] [PULL 1/5] block/rbd: don't copy strings in qemu_rbd_next_tok() Jeff Cody
2017-02-28 16:15 ` [Qemu-devel] [PULL 2/5] block/rbd: add all the currently supported runtime_opts Jeff Cody
2017-02-28 16:15 ` [Qemu-devel] [PULL 3/5] block/rbd: parse all options via bdrv_parse_filename Jeff Cody
2017-02-28 16:15 ` [Qemu-devel] [PULL 4/5] block/rbd: add blockdev-add support Jeff Cody
2017-02-28 16:15 ` [Qemu-devel] [PULL 5/5] block/rbd: add support for 'mon_host', 'auth_supported' via QAPI Jeff Cody
2017-02-28 16:26   ` Eric Blake
2017-02-28 16:30     ` 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=20170228163017.GE15696@localhost.localdomain \
    --to=jcody@redhat.com \
    --cc=eblake@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-block@nongnu.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).