Virtual Machine could not be evacuated because virtual interface creation failed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Chris Friesen | ||
Kilo |
Fix Released
|
Undecided
|
Unassigned | ||
Ubuntu Cloud Archive |
Invalid
|
Undecided
|
Unassigned | ||
Kilo |
Fix Released
|
Undecided
|
Unassigned | ||
Liberty |
Fix Released
|
Undecided
|
Unassigned | ||
Mitaka |
Fix Released
|
Undecided
|
Unassigned | ||
Ubuntu |
Invalid
|
Undecided
|
Unassigned | ||
Trusty |
New
|
Medium
|
Unassigned |
Bug Description
I believe this issue is related to Question 257358 (https:/
On the source host we see the successful vif plug:
2015-03-09 01:22:12.363 629 DEBUG neutron.
2015-03-09 01:22:12.392 629 DEBUG oslo_concurrenc
2015-03-09 01:22:12.436 629 DEBUG oslo_concurrenc
2015-03-09 01:22:12.437 629 DEBUG oslo_messaging.
2015-03-09 01:22:12.439 629 DEBUG oslo_messaging.
2015-03-09 01:22:14.436 629 DEBUG neutron.
Later, the destination host of the evacuation attempts to plug the vif but can't:
2015-03-09 02:15:41.441 629 DEBUG neutron.
2015-03-09 02:15:41.485 629 DEBUG neutron.
The cause of the problem seems to be that the neutron port does not have is binding:host_id properly updated on evacuation, the answer to question 257358 looks like the fix.
tags: | added: neutron |
Changed in nova: | |
importance: | Undecided → Medium |
tags: | added: kilo-backport-potential |
Changed in nova: | |
assignee: | Sean Dague (sdague) → Chris Friesen (cbf123) |
Changed in nova: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | liberty-1 → 12.0.0 |
Changed in cloud-archive: | |
status: | New → Invalid |
What version of OpenStack? what do your nova.conf and neutron.conf look like?
It would be good to know if this was already addressed in kilo, or remains a real issue in master.