Bug 1643135
Summary: | OSP 13 - OVS/ml2 - ipv6 forwarding is broken in HA neutron routers due to incorrect ipv6 kernel forwarding parameters | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Matt Flusche <mflusche> | |
Component: | openstack-neutron | Assignee: | Brian Haley <bhaley> | |
Status: | CLOSED ERRATA | QA Contact: | Roee Agiman <ragiman> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 13.0 (Queens) | CC: | amuller, bhaley, chrisw, jschluet | |
Target Milestone: | --- | Keywords: | Triaged, ZStream | |
Target Release: | 13.0 (Queens) | Flags: | bhaley:
needinfo-
|
|
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | openstack-neutron-12.0.5-4.el7ost | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1707939 (view as bug list) | Environment: | ||
Last Closed: | 2019-04-30 17:23:34 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1707939 |
Description
Matt Flusche
2018-10-25 14:39:39 UTC
So it looks like whenever we set the $device.forwarding sysctl we don't also set the all.forwarding sysctl. This is fine in the non-HA case where we set all.forwarding=1 at creation time and leave it alone. But in the HA case we start with all.forwarding=0, then set $device.forwarding=1 when the external device is added. So in short, it looks like that all.forwarding=1 call is missing in some circumstances, I'll work on tracking it down. Thanks for looking into this Brian. I also see the same behavior in OSP 10. 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-2019:0935 |