From: Eric Blake <eblake@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>, qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] qemu-storage-daemon: Fix help line for --export
Date: Wed, 30 Sep 2020 08:48:13 -0500 [thread overview]
Message-ID: <e775522e-560c-5aa7-71d6-16303068bef1@redhat.com> (raw)
In-Reply-To: <20200930133909.58820-1-kwolf@redhat.com>
[-- Attachment #1.1: Type: text/plain, Size: 1452 bytes --]
On 9/30/20 8:39 AM, Kevin Wolf wrote:
> Commit 5f479a8d renamed the 'device' option of --export into
> 'node-name', but forgot to update the help in qemu-storage-daemon.
>
> Fixes: 5f479a8dc086bfa42c9f94e9ab69962f256e207f
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> storage-daemon/qemu-storage-daemon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/storage-daemon/qemu-storage-daemon.c b/storage-daemon/qemu-storage-daemon.c
> index 7cbdbf0b23..42839c981f 100644
> --- a/storage-daemon/qemu-storage-daemon.c
> +++ b/storage-daemon/qemu-storage-daemon.c
> @@ -92,7 +92,7 @@ static void help(void)
> " --chardev <options> configure a character device backend\n"
> " (see the qemu(1) man page for possible options)\n"
> "\n"
> -" --export [type=]nbd,device=<node-name>,id=<id>,[,name=<export-name>]\n"
> +" --export [type=]nbd,id=<id>,node-name=<node-name>,[,name=<export-name>]\n"
While touching this, get rid of the doubled comma before the optional
name key (s/,\[,/\[,/)
With that,
Reviewed-by: Eric Blake <eblake@redhat.com>
> " [,writable=on|off][,bitmap=<name>]\n"
> " export the specified block node over NBD\n"
> " (requires --nbd-server)\n"
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-09-30 14:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-30 13:39 [PATCH] qemu-storage-daemon: Fix help line for --export Kevin Wolf
2020-09-30 13:48 ` Eric Blake [this message]
2020-09-30 14:59 ` Kevin Wolf
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=e775522e-560c-5aa7-71d6-16303068bef1@redhat.com \
--to=eblake@redhat.com \
--cc=kwolf@redhat.com \
--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).