Bug 1591206
Summary: | The mac table size of neutron bridges (br-tun, br-int, br-*) is too small by default and eventually makes openvswitch explode | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Slawek Kaplonski <skaplons> |
Component: | openstack-neutron | Assignee: | Slawek Kaplonski <skaplons> |
Status: | CLOSED ERRATA | QA Contact: | Roee Agiman <ragiman> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 13.0 (Queens) | CC: | amuller, apevec, atelang, bcafarel, bhaley, bjarolim, chrisw, cshastri, dvd, echaudro, erkki.peura, feimingyun, gkumar, jbenc, jlibosva, jraju, jschluet, kiyyappa, lmarsh, majopela, mcroce, mori, nyechiel, oblaut, ovs-team, pabeni, pablo.iranzo, pmorey, ragiman, rcernin, rhos-maint, rkhan, sbandyop, skaplons, srevivo, tfreger, vkommadi |
Target Milestone: | z1 | Keywords: | Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-12.0.2-0.20180421011364.0ec54fd.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: |
A new configuration option called bridge_mac_table_size has been added for the neutron OVS agent. This value is set as the "other_config:mac-table-size" option on each bridge managed by the openvswitch-neutron-agent. The value controls the maximum number of MAC addresses that can be learned on a bridge. The default value for this new option is 50,000, which should be enough for most systems. Values outside a reasonable range (10 to 1,000,000) will be forced by OVS.
|
Story Points: | --- |
Clone Of: | 1589031 | Environment: | |
Last Closed: | 2018-07-19 13:53:43 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: | 1589031 | ||
Bug Blocks: | 1591204 |
Description
Slawek Kaplonski
2018-06-14 09:33:41 UTC
Checked with Roee [stack@undercloud-0 ~]$ cat core_puddle_version 2018-07-06.1 [heat-admin@compute-1 ~]$ sudo ovs-vsctl list Bridge br-int|grep mac other_config : {mac-table-size="50000"} (same on other nodes and bridges) Marking VERIFIED 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-2018:2215 |