NEC plugin fails to process portinfo message after port delete
Bug #1187701 reported by
Akihiro Motoki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Akihiro Motoki | ||
Grizzly |
Fix Released
|
Medium
|
Akihiro Motoki |
Bug Description
portinfo RPC message (port_removed, port_added) in NEC plugin may be sent after the corresponding quantum port is deleted. A portinfo RPC message can contain multiple added/removed portinfo and if an exception occurs the remaining portinfos are not processed.
The failure in port_removed can happen in a usual operationing. The order of quantum port deletion and port_removed message is not ensured, since NEC plugin agent polls OVS ports by polling ovsdb.
The failure in port_added does not happen in usual operation. It may occur in a case where some OVS ports are not removed successfully for some reason and nec-agent is restarted after that.
Changed in quantum: | |
importance: | Undecided → Medium |
milestone: | none → havana-2 |
tags: | added: grizzly-backport-potential |
tags: | removed: grizzly-backport-potential |
tags: | removed: in-stable-grizzly |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-2 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/31776
Review: https:/