Bug 1404709
| Summary: | Neutron L3 Agent: AZLeastRoutersScheduler scheduler bug | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Stephan Schultchen <stephan.schultchen> |
| Component: | openstack-neutron | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED ERRATA | QA Contact: | Toni Freger <tfreger> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 10.0 (Newton) | CC: | amuller, chrisw, nyechiel, ragiman, srevivo, ssigwald, stephan.schultchen |
| Target Milestone: | z9 | Keywords: | TestOnly, Triaged, ZStream |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-9.2.0-13.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-09-17 16:52:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stephan Schultchen
2016-12-14 13:17:52 UTC
Backport sent upstream. I have another customer with the same issue: /var/log/neutron/l3-agent.log: 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task [req-c1aaddaf-b58d-4e50-9a64-18b2b3458901 - - - - -] Error during L3NATAgentWithStateReport.periodic_sync_routers_task 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task Traceback (most recent call last): 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task File "/usr/lib/python2.7/site-packages/oslo_service/periodic_task.py", line 220, in run_periodic_tasks 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task task(self, context) 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task File "/usr/lib/python2.7/site-packages/neutron/agent/l3/agent.py", line 552, in periodic_sync_routers_task 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task self.fetch_and_sync_all_routers(context, ns_manager) 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task File "/usr/lib/python2.7/site-packages/osprofiler/profiler.py", line 154, in wrapper 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task return f(*args, **kwargs) 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task File "/usr/lib/python2.7/site-packages/neutron/agent/l3/agent.py", line 586, in fetch_and_sync_all_routers 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task r['id'], r.get(l3_constants.HA_ROUTER_STATE_KEY)) 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task File "/usr/lib/python2.7/site-packages/neutron/agent/l3/ha.py", line 120, in check_ha_state_for_router 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task if ri and current_state != TRANSLATION_MAP[ri.ha_state]: 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task KeyError: None 2018-05-16 14:46:30.191 18659 ERROR oslo_service.periodic_task 2018-05-16 14:46:30.195 18659 WARNING oslo.service.loopingcall [req-c1aaddaf-b58d-4e50-9a64-18b2b3458901 - - - - -] Function 'neutron.service.Service.periodic_tasks' run outlasted interval by 35.27 sec According to our records, this should be resolved by openstack-neutron-9.4.1-19.el7ost. This build is available now. Hi there, If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to -. Thanks, Alex Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2715 |