All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Leimbach <felix.leimbach@gmail.com>
To: kvm@vger.kernel.org
Subject: Block live migration without pausing VM
Date: Sun, 23 Sep 2012 17:03:29 +0200	[thread overview]
Message-ID: <505F24C1.30201@gmail.com> (raw)

Hi all,

I want to implement live-migration of a highly available VM but I cannot 
use shared storage.
The -b option to the migrate command already allows for copying the 
block device (locally stored raw file) and that is exactly what I want.
This worked in my experiments but the VM is unreachable (CPU halted?) 
while the block device is copied, which is unacceptable for my use-case.

Is there a way to copy the block device while the VM is running (copy on 
read or such)?
The LiveBlockMigration page in the qemu wiki [1] mentions that some of 
this is already implemented, but I cannot find any of it in the latest 
qemu-kvm.
Any pointers?

Thanks for your suggestions.

[1] http://wiki.qemu.org/Features/LiveBlockMigration

             reply	other threads:[~2012-09-23 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-23 15:03 Felix Leimbach [this message]
2012-10-02 16:00 ` Block live migration without pausing VM 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=505F24C1.30201@gmail.com \
    --to=felix.leimbach@gmail.com \
    --cc=kvm@vger.kernel.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 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.