l2pop RPC code throwing an exception in fdb_chg_ip_tun()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Eugene Nikanorov |
Bug Description
I'm seeing an error in the l2pop code where it's failing to add a flow for the ARP entry responder.
This is sometimes leading to DHCP failures for VMs, although a soft reboot typically fixes that problem.
Here is the trace:
2014-09-10 15:10:36.954 9351 ERROR neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.954 9351 TRACE neutron.
2014-09-10 15:10:36.955 9351 ERROR oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.955 9351 TRACE oslo.messaging.
2014-09-10 15:10:36.957 9351 ERROR oslo.messaging.
I don't know this code well enough to suggest a fix - whether it's checking the return from agent_ports.items() better, or that there is a bug elsewhere, so any help would be appreciated.
Changed in neutron: | |
importance: | Undecided → High |
tags: | added: l2-pop |
Changed in neutron: | |
milestone: | none → kilo-1 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-1 → 2015.1.0 |
Fix proposed to branch: master /review. openstack. org/120976
Review: https:/