yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58261
[Bug 1624052] Re: Evacuation fails with VirtualInterfaceCreateException
*** This bug is a duplicate of bug 1535918 ***
https://bugs.launchpad.net/bugs/1535918
Reviewed: https://review.openstack.org/371048
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a5b920a197c70d2ae08a1e1335d979857f923b4f
Submitter: Jenkins
Branch: master
commit a5b920a197c70d2ae08a1e1335d979857f923b4f
Author: Artom Lifshitz <alifshit@xxxxxxxxxx>
Date: Wed Oct 5 14:37:03 2016 -0400
Send events to all relevant hosts if migrating
Previously, external events were sent to the instance object's host
field. This patch fixes the external event dispatching to check for
migration. If an instance is being migrated, the source and
destination compute are added to the set of hosts to which the event
is sent.
Change-Id: If00736ab36df4a5a3be4f02b0a550e4bcae77b1b
Closes-bug: 1535918
Closes-bug: 1624052
** 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/1624052
Title:
Evacuation fails with VirtualInterfaceCreateException
Status in OpenStack Compute (nova):
Fix Released
Bug description:
Description:
With Neutron, evacuating an instance results in a
VirtualInterfaceCreateException and the evacuation fails.
Steps to reproduce:
1. Boot a VM with a Neutron NIC.
2. Cause the underlying host to be down, for example by stopping the compute service.
3. Evacuate the VM.
4. The evacuation will fail because the destination compute host waits for a network-vif-plugged event from Neutron, which it never received because Nova sends the event to the source compute.
Environment: Neutron, KVM
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1624052/+subscriptions
References