From: Jeff Cody <jcody@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, stefanha@redhat.com, armbru@redhat.com,
berrange@redhat.com, eblake@redhat.com
Subject: Re: [Qemu-devel] [PATCH v4 0/5] RBD: blockdev-add (for 2.9?)
Date: Tue, 28 Feb 2017 11:13:04 -0500 [thread overview]
Message-ID: <20170228161304.GD15696@localhost.localdomain> (raw)
In-Reply-To: <cover.1488296634.git.jcody@redhat.com>
On Tue, Feb 28, 2017 at 10:51:02AM -0500, Jeff Cody wrote:
>
> This series adds blockdev-add for rbd.
>
>
> Changes from v3:
>
> Patch 5: Encapsulate ipv6 addresses with '[]' (Thanks Daniel, Eric, Markus)
> Free auth_supported (Thanks Markus)
> check error for qdict_array_entries (Thanks Markus)
> Make sure to return NULL on failure (Thanks Markus)
> Misc formatting (Thanks Markus)
>
>
> Changes from v2:
>
> Patch 2: Updated commit message, and documented the runtime opts
> (Thanks Eric)
>
> Patch 3: Fixed commit type, added "FIXME" in ugly string concat spot
> (Thanks Eric)
>
> Patch 4: Fixed all the nits - deleted lines, spaces. Kept list
> alphabetical. (Thanks Eric)
>
> Patch 5: Significant changes. Both 'mon_host' became 'server', and an array.
> 'auth_supported' became 'auth-supported', and an array.
> (Thanks Daniel, Eric)
>
> Patch 5 also contains a new function, qemu_rbd_array_opts(), to
> parse the array options.
>
>
> Changes from v1:
>
> Overall:
>
> * QAPI interface does not allow arbitrary key/value pairs
> in v2 (Thanks Daniel)
>
> * QAPI interface adds 'mon_host' and 'auth_supported' options (Thanks Daniel)
>
> * Use 'user' instead of 'rbd-id' (Thanks Daniel)
> v
> By patch:
>
> Patch 1:
> * Fixed some indentation in patch 1 (Thanks Markus)
>
> Patch 2:
> * 'rbd-id' becomes 'user', and the commit message is fixed. (Thanks Daniel)
>
> Patch 3:
> * Ripple-through from changes in patch 2
> * Removed the string unescape from qemu_rbd_set_keypairs(), because the
> strings have already been unescaped by the time they hit this function.
>
> Patch 4:
> * 'rbd-id' becomes 'user'
> * drop the 'keyvalue-pairs' from the QAPI (both, thanks Daniel)
>
> Patch 5:
> * new patch
> * Adds the 'server' (mon_host) and 'auth_supported' options to the
> QAPI (Thanks Daniel)
>
>
> Jeff Cody (5):
> block/rbd: don't copy strings in qemu_rbd_next_tok()
> block/rbd: add all the currently supported runtime_opts
> block/rbd: parse all options via bdrv_parse_filename
> block/rbd: add blockdev-add support
> block/rbd: add support for 'mon_host', 'auth_supported' via QAPI
>
> block/rbd.c | 568 ++++++++++++++++++++++++++++++++++-----------------
> qapi/block-core.json | 62 +++++-
> 2 files changed, 442 insertions(+), 188 deletions(-)
>
> --
> 2.9.3
>
Thanks,
Applied to my block branch:
git://github.com/codyprime/qemu-kvm-jtc.git block
-Jeff
prev parent reply other threads:[~2017-02-28 16:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-28 15:51 [Qemu-devel] [PATCH v4 0/5] RBD: blockdev-add (for 2.9?) Jeff Cody
2017-02-28 15:51 ` [Qemu-devel] [PATCH v4 1/5] block/rbd: don't copy strings in qemu_rbd_next_tok() Jeff Cody
2017-02-28 15:51 ` [Qemu-devel] [PATCH v4 2/5] block/rbd: add all the currently supported runtime_opts Jeff Cody
2017-02-28 15:51 ` [Qemu-devel] [PATCH v4 3/5] block/rbd: parse all options via bdrv_parse_filename Jeff Cody
2017-02-28 15:51 ` [Qemu-devel] [PATCH v4 4/5] block/rbd: add blockdev-add support Jeff Cody
2017-02-28 15:51 ` [Qemu-devel] [PATCH v4 5/5] block/rbd: add support for 'mon_host', 'auth_supported' via QAPI Jeff Cody
2017-02-28 16:07 ` Markus Armbruster
2017-02-28 16:13 ` 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=20170228161304.GD15696@localhost.localdomain \
--to=jcody@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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.