VM cannot get fixed IP after live migration successfully
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
High
|
huan | ||
| Ocata |
High
|
Matt Riedemann |
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.
Changed in nova: | |
assignee: | nobody → huan (huan-xie) |
tags: | added: live-migration xen |
Changed in nova: | |
status: | New → In Progress |
Changed in nova: | |
importance: | Undecided → High |
huan (huan-xie) wrote : | #2 |
I have made another patch to fix this bug https:/
Fix proposed to branch: stable/ocata
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit d89fe544bd5b119
Author: Huan Xie <email address hidden>
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: I0d69d2ba5b064e
Changed in nova: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/nova 16.0.0.0b3 development milestone.
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/ocata
commit e74c207676db55e
Author: Huan Xie <email address hidden>
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: I0d69d2ba5b064e
(cherry picked from commit d89fe544bd5b119
This issue was fixed in the openstack/nova 15.0.7 release.
Change abandoned by Huan Xie (<email address hidden>) on branch: master /review. openstack. org/451657
Review: https:/