[libvirt] [PATCH v5 0/5] vz: add migration support

Nikolay Shirokovskiy nshirokovskiy at virtuozzo.com
Fri Sep 4 14:18:01 UTC 2015


NOTE that minimal command to migrate vz domain is like next:

virsh -c vz:///system migrate 200 vz+ssh://shiny0/system --p2p
  --live --compressed --persistent --undefinesource 

Difference from v4: 

1. move preparation of the migration uri from src to dst as dst intended to do it.
2. change hypervisor migration scheme from 'tcp' to 'vzmigr'
3. declare this scheme in host caps

 src/vz/vz_driver.c |  356 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/vz/vz_sdk.c    |   86 +++++++++++--
 src/vz/vz_sdk.h    |    6 +
 src/vz/vz_utils.h  |    4 +-
 4 files changed, 437 insertions(+), 15 deletions(-)




More information about the libvir-list mailing list