]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: live migration with non-shared storage for kvm
authorKenneth Nagin <NAGIN@il.ibm.com>
Tue, 4 May 2010 21:36:42 +0000 (15:36 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 4 May 2010 22:03:36 +0000 (16:03 -0600)
commitb0a3f8b6c546aa710f45900797b38cc5fa0f49d9
tree42831ea527eef9855360f51d4886c376bd19f4a2
parent9537c3d0c2ae3b8b01adebfbaa17638f722bfcda
qemu: live migration with non-shared storage for kvm

Support for live migration between hosts that do not share storage was
added to qemu-kvm release 0.12.1.
It supports two flags:
-b migration without shared storage with full disk copy
-i migration without shared storage with incremental copy (same base image
shared between source and destination).

I tested the live migration without shared storage (both flags) for native
and p2p with and without tunnelling.  I also verified that the fix doesn't
affect normal migration with shared storage.
include/libvirt/libvirt.h.in
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h
tools/virsh.c