qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: lirans@il.ibm.com
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 0/3] Live migration without shared storage (improved version)
Date: Fri, 11 Sep 2009 13:25:29 +0200	[thread overview]
Message-ID: <4AAA33A9.7070909@siemens.com> (raw)
In-Reply-To: <12525783733204-git-send-email-lirans@il.ibm.com>

lirans@il.ibm.com wrote:
> This series adds support for live migration without shared storage, means 
> copy the storage while migrating. It was tested with KVM. Supports 2 ways 
> to replicate the storage during migration:
>  1. Complete copy of storage to destination 
>  2. Assuming the storage is cow based, copy only the allocated 
>     data, time of the migration will be linear with the amount of allocated 
>     data (user responsibility to verify that the same backend file reside 
>     on src and destination).
> 
> Live migration will work as follows:
> (qemu) migrate -d tcp:0:4444 # for ordinary live migration
> (qemu) migrate -d blk tcp:0:4444 # for live migration with complete storage copy
> (qemu) migrate -d blk inc tcp:0:4444 # for live migration with incremental storage copy, storage is cow based.
> 
> The patches are against git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git 
> kvm-87

As you are posting to qemu-devel, you should base your work on top of
qemu.git master and make sure that it still works as intended. Upstream
has KVM support (that is normally even usable), so testing won't take
much longer than with qemu-kvm.

Nice feature by the way! Are you (also) using it to generate backups of
a VM without stopping it (for a noticeably long time)? That's what we
have in mind ATM.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

  parent reply	other threads:[~2009-09-11 11:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-10 10:26 [Qemu-devel] [PATCH 0/3] Live migration without shared storage (improved version) lirans
2009-09-10 14:35 ` Pierre Riteau
2009-09-14 10:13   ` Liran Schour
2009-09-11 11:25 ` Jan Kiszka [this message]
2009-09-14  8:00   ` [Qemu-devel] " Liran Schour

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=4AAA33A9.7070909@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=lirans@il.ibm.com \
    --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).