Reviewed: https://review.openstack.org/462017 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d89fe544bd5b119ab6fe24d6a353240efbf5a491 Submitter: Jenkins Branch: master
commit d89fe544bd5b119ab6fe24d6a353240efbf5a491 Author: Huan Xie <[email protected]> Date: Wed May 3 00:19:21 2017 -0700 XenAPI: Create linux bridge in dest host during live migration We found VM can live migrate successfully with XenServer hypervisor, but after migrating to dest host, we cannot ping the VM's floating or fixed IP any more. The problem is, during live migration, we only create the network in dest host which the VM's VIF connect to, but we don't establish the linux bridge and the corresponding veth pair to integration bridge br-int. Closes-Bug: 1677937 Change-Id: I0d69d2ba5b064ef303445892791804608e7f19c5 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1677937 Title: VM cannot get fixed IP after live migration successfully Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) ocata series: In Progress Bug description: I'm using XenServer 7.0 XenAPI driver + upstream I found VM can live migration successfully with XenServer hypervisor, but after migrating to destination host, we cannot ping the VM's floatig or fix IP anymore. After using our XenCenter to login to the VM, I found the VM even doesn't have fixed IP via DHCP. So checking the coded and found out although live migration is done successfully, but during live migration, the driver only create the network in destination host for the VM's VIF to connect, but lack of linux bridge and the corresponding connection to ovs bridge br-int. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1677937/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

