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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to