Displaying 1 result from an estimated 1 matches for "migration_from_one_hn_to_another".
2014 Aug 13
1
Support live migration of OpenVZ container
Hi libvirt team,
I was trying to migrate an OpenVZ domain from one host to another host. It
seems that the live migration of OpenVZ container is there (
https://openvz.org/Migration_from_one_HN_to_another), but it haven't been
integrated to libvirt yet. In particular, I ran the following commands and
it failed:
$ sudo virsh migrate --live --verbose --undefinesource 101 openvz+ssh://
root@10.12.1.39/system
error: this function is not supported by the connection driver:
virDomainMigrate3
Could a...