From: Jan Kiszka <jan.kiszka@siemens.com>
To: Liran Schour <LIRANS@il.ibm.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: [PATCH 0/3 v3] Live migration without shared storage
Date: Thu, 17 Sep 2009 17:08:22 +0200 [thread overview]
Message-ID: <4AB250E6.6030900@siemens.com> (raw)
In-Reply-To: <OF26E49C72.DE9696F9-ONC2257634.0050261A-C2257634.00508AD7@il.ibm.com>
Liran Schour wrote:
> Jan Kiszka <jan.kiszka@siemens.com> wrote on 17/09/2009 17:03:04:
>
>> 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).
>> For my understanding: Does it require the use of qcow[2] or does it also
>> work with raw images?
>
> If you call migrate -b it will do a full copy of the disk,
> if you call migrate -i it will do incremental copy means that if you have
> qcow disk it will copy only the allocated data. The base image should be
> identical
> in both source and destination.
Ah, ok. So this doesn't affect the feasibility, "just" the effort needed
for the replication.
>
>>> Live migration will work as follows:
>>> (qemu) migrate -d tcp:0:4444 # for ordinary live migration
>>> (qemu) migrate -d -b tcp:0:4444 # for live migration with complete
>> storage copy
>>> (qemu) migrate -d -i tcp:0:4444 # for live migration with
>> incremental storage copy, storage is cow based.
>>> The patches are against qemu.git tree
>> ...but without signed-off. Are they RFC for now or do you propose them
>> for merge?
>
> I think that RFC is good for now.
[RFC][PATCH ...] :)
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
next prev parent reply other threads:[~2009-09-17 15:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-17 13:31 [Qemu-devel] [PATCH 0/3 v3] Live migration without shared storage lirans
2009-09-17 14:03 ` [Qemu-devel] " Jan Kiszka
2009-09-17 14:43 ` Liran Schour
2009-09-17 15:08 ` Jan Kiszka [this message]
2009-09-17 15:38 ` Kevin Wolf
2009-09-21 7:42 ` 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=4AB250E6.6030900@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 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.