Bug 1823601
| Summary: | Failed to process compatible router:$UUID: UnboundLocalError: local variable 'filter_id' referenced before assignment | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | chrisbro <chrisbro> |
| Component: | openstack-neutron | Assignee: | Slawek Kaplonski <skaplons> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Katz <akatz> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 13.0 (Queens) | CC: | amuller, bshephar, chrisw, ekuris, pveiga, rcernin, schhabdi, scohen, skaplons, tkajinam |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-12.1.1-16.el7ost.src.rpm | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-24 11:53:08 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
chrisbro@redhat.com
2020-04-14 01:55:13 UTC
As described in bug description, it seems that they hit the exact same issue as the one reported in upsteam bz[1] [1] https://bugs.launchpad.net/neutron/+bug/1809497 We require fix[2] since iproute2 supports chain index in tc_filter. [2] https://review.opendev.org/#/c/630773/ Support for chain index in tc_filter was backported in iproute2-4.11.0-23.el7 [3], and I think we should backport the fix[1] to downstream neutron. [3] https://access.redhat.com/downloads/content/iproute/4.11.0-25.el7/x86_64/fd431d51/package-changelog https://bugzilla.redhat.com/show_bug.cgi?id=1714660 Note openstack-neutron-l3-agent:13.0-100 is used in the deployment where we observe the issue https://access.redhat.com/containers/?architecture=AMD64&tab=package-list#/registry.access.redhat.com/rhosp13/openstack-neutron-l3-agent/images/13.0-100 @Priscila: Workaround for that issue would be to downgrade iproute2 package to 4.11.0-22.el7 which don't have patch which broke Neutron but as rpm with this new version is already available I don't think that this would be good idea. Better IMO is simply update neutron package on nodes where L3 agent is running (in case of DVR it has to be updated on all compute nodes). Yes, openstack-neutron-12.1.1-16.el7ost.src.rpm is rpm with source code which have fix for this issue. 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/RHBA-2020:2724 |