qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Zhi Yong Wu <zwu.kernel@gmail.com>
Cc: Chunyan Liu <cyliu@suse.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Add -f option to qemu-nbd
Date: Wed, 16 Nov 2011 14:27:47 +0000	[thread overview]
Message-ID: <CAJSP0QUR+sFWrXfD__xQJipFpC3wynvoxrZXijkKDJ4zGa3Hcw@mail.gmail.com> (raw)
In-Reply-To: <CAEH94LiCxthZ786m7YUb-qcuCvzE62d5fioDZB1brygJgdtGsA@mail.gmail.com>

On Wed, Nov 16, 2011 at 11:49 AM, Zhi Yong Wu <zwu.kernel@gmail.com> wrote:
> On Wed, Nov 16, 2011 at 6:34 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
>> On Wed, Nov 16, 2011 at 6:57 AM, Chunyan Liu <cyliu@suse.com> wrote:
>>> Currently qemu-nbd does not support finding free nbd device for users like
>>> "losetup -f" and issuing "qemu-nbd -c /dev/nbdX disk.img" won't report error
>>> message when /dev/nbd is already in use. It makes things a little confusing.
>>> This patch adds "-f" option to qemu-nbd to support finding a free nbd device
>>> for users. Please review and share your comments. Thanks.
>>>
>>> Signed-off-by: Chunyan Liu <cyliu@suse.com>
>>> ---
>>>  qemu-nbd.c |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>>>  1 files changed, 64 insertions(+), 1 deletions(-)
>>
>> This patch finds a free device but does not immediately attach to it
>> and use it.  Interfaces like this are prone to race conditions, I
>> think it would make more sense to combine the -f option with running
>> the actual NBD server.
>>
>> I suggest:
>> qemu-nbd -f disk.img
> Why must we add one new option? I prefer to not adding new option,
> only enhance existing function of qemu-nbd -c disk.img.

That would change the command-line interface and break existing users.
 There might be scripts or tools that call out to qemu-nbd, they would
break if we changed the meaning of -c.

Stefan

  reply	other threads:[~2011-11-16 14:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-16  6:57 [Qemu-devel] [PATCH] Add -f option to qemu-nbd Chunyan Liu
2011-11-16 10:34 ` Stefan Hajnoczi
2011-11-16 11:49   ` Zhi Yong Wu
2011-11-16 14:27     ` Stefan Hajnoczi [this message]
2011-11-17  4:38       ` Zhi Yong Wu
2011-11-16 17:23   ` Ian Campbell
2011-11-17 10:14     ` Stefan Hajnoczi
2011-11-17 11:34     ` Chun Yan Liu
2011-11-17 13:33       ` Stefan Hajnoczi

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=CAJSP0QUR+sFWrXfD__xQJipFpC3wynvoxrZXijkKDJ4zGa3Hcw@mail.gmail.com \
    --to=stefanha@gmail.com \
    --cc=cyliu@suse.com \
    --cc=qemu-devel@nongnu.org \
    --cc=zwu.kernel@gmail.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 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).