qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Live migration without shared storage (improved version)
@ 2009-09-10 10:26 lirans
  2009-09-10 14:35 ` Pierre Riteau
  2009-09-11 11:25 ` [Qemu-devel] " Jan Kiszka
  0 siblings, 2 replies; 5+ messages in thread
From: lirans @ 2009-09-10 10:26 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-09-14 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] " Jan Kiszka
2009-09-14  8:00   ` Liran Schour

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).