Displaying 1 result from an estimated 1 matches for "app_migration_address".
2015 Jan 09
1
Libvirt to return the ip address instead of the hostname during migration
...n nova live-migration using Ceph and trying to work around
the problem where vm migration fails if name resolution is not enabled in a
cluster. See the link,
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/App_Migration_Address.html
We have managed to work around this by setting the flag to include
“VIR_MIGRATE_TUNNELLED”.
However, it is noticebaly slower than non tunnelled.
We were hoping that setting the listen_addr would get libvirt to return the
listen_addr rather than the hostname but virGetHostname in
libvirt/src/...