qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "Richard W.M. Jones" <rjones@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH VERSION 3] Disk image exclusive and shared locks.
Date: Tue, 15 Dec 2009 12:02:04 -0600	[thread overview]
Message-ID: <4B27CF1C.704@codemonkey.ws> (raw)
In-Reply-To: <20091215164238.GA24410@amd.home.annexia.org>

Richard W.M. Jones wrote:
> This is v3 of the lock patch, previously discussed here:
>
> http://lists.gnu.org/archive/html/qemu-devel/2009-12/threads.html#00461
>
> In this version I've reverted back to the simpler interface.  There is
> now only one "lock" option, which can be lock=exclusive|shared|none.
>
> At Kevin Wolf's suggestion,
> lock=exclusive|shared => all backing disks are locked shared
> lock=none => no locks are acquired on any front or back disks
>   

I don't quite understand why we need exclusive|shared as opposed to just 
'on'.  Can you enumerate the use-cases associated with exclusive and shared?

> In order to mitigate the problem with locks during live migration,
> I've added a lock command to the monitor, which currently allows you
> to acquire (but not revoke) a lock.  (Revocation could be added fairly
> easily too.)  This should allow the management tool to start the qemu
> destination process without locking, and lock it once migration is
> complete.
>   

I really dislike this as an interface.  I think we need to make a 
decision about whether we delay open until after migration has 
completed.  I think unless there's a really compelling argument against 
it, this is probably what we should do.

As it stands, we cannot make lock=!none the default if it takes an extra 
monitor command to allow for live migration.  I think if we're going to 
introduce this functionality, we probably should be enabling it by default.

Regards,

Anthony Liguori

  reply	other threads:[~2009-12-15 18:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-15 16:42 [Qemu-devel] [PATCH VERSION 3] Disk image exclusive and shared locks Richard W.M. Jones
2009-12-15 18:02 ` Anthony Liguori [this message]
2009-12-15 18:09   ` Richard W.M. Jones
2009-12-15 18:45     ` Anthony Liguori
2009-12-15 18:33 ` Jamie Lokier
2009-12-15 23:26   ` Jamie Lokier
2009-12-16 10:37   ` Kevin Wolf
2009-12-17 13:26     ` Jamie Lokier
2009-12-17 10:53 ` Christoph Hellwig
2009-12-17 11:06   ` Richard W.M. Jones
2009-12-17 15:38   ` Jamie Lokier

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=4B27CF1C.704@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    --cc=rjones@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 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).