| Summary: | l3 agent does fullsync multiple times a day causing high load on neutron node. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jaison Raju <jraju> |
| Component: | openstack-neutron | Assignee: | John Schwarz <jschwarz> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Stafeyev <astafeye> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | amuller, chrisw, ihrachys, jraju, jschwarz, lpeer, mschuppe, nyechiel, scorcora, srevivo |
| Target Milestone: | async | Keywords: | Unconfirmed, ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-2015.1.2-12.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-12 16:02:47 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: | |
|
Description
Jaison Raju
2016-03-30 11:22:22 UTC
A patch that could at least mitigate performance hit is: https://review.openstack.org/#/c/259510/ Note that if we go cherry-picking the patch mentioned in comment 3, we need to follow up with https://review.openstack.org/#/q/Id0565e11b3023a639589f2734488029f194e2f9d Another patch that should solve the issue of metadata driver callback notification raising an exception when trying to clean up firewall rules for a non-existent router namespace is: https://review.openstack.org/#/c/274053/5 I believe with those three patches in OSP7, we should see the issue gone. The relevant patches have been backported and have merged. I'm making final confirmations that these patches indeed fix the issue and if they do I'll package the fixes ASAP. John. The package 'openstack-neutron-2015.1.2-12.el7ost' contains the patches. Please let us know if this mitigates the problems encountered. John. Hi John, Can you pls suggest reproduction steps in order to verify the fix. I assume it is an HA topology. BR The code updates doesn't exist in the files. checked the following : /usr/lib/python2.7/site-packages/neutron/agent/l3/router_info.py /usr/lib/python2.7/site-packages/neutron/agent/metadata/driver.py [root@overcloud-controller-1 ~]# rpm -qa | grep neutron-2 python-neutron-2015.1.2-13.el7ost.noarch openstack-neutron-2015.1.2-13.el7ost.noarch BR Hi Alex, The 4th patch in the chain (which contains the files you mentioned) was not yet merge (it was not necessary for the hotfix), so this is why the changes to the files you mentioned didn't appear in the code. I confirmed that the other 3 hotfixes did indeed appear in the version you specified. I'll get back to you ASAP with reproduction steps. John. 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://rhn.redhat.com/errata/RHBA-2016-1062.html |