Bug 1910347
| Summary: | igmp options are not persistent after reboot | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Miguel Angel Nieto <mnietoji> |
| Component: | openvswitch | Assignee: | Open vSwitch development team <ovs-team> |
| Status: | CLOSED NOTABUG | QA Contact: | Eran Kuris <ekuris> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16.1 (Train) | CC: | apevec, chrisw, hakhande, ralonsoh, rhos-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-05 09:13:06 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
Miguel Angel Nieto
2020-12-23 14:35:42 UTC
sorry, puddle in the descrition is for osp13, for osp16 versions is: RHOS-16.1-RHEL-8-20201214.n.3 Hello: The integration bridge "mcast_snooping_enable" and "other_config:mcast-snooping-disable-flood-unregistered" options are set during the OVS agent initialization, according to the configuration parameter "OVS.igmp_snooping_enable". Any value set on those configuration options will be overwritten during the OVS initialization when [1] is executed. In order to set a desirable value, please modify "OVS.igmp_snooping_enable". *NOTE*: any manual action or configuration on the Open vSwitch is not recommended. OVS agent is in charge of handling and configuring this service. No manual configuration commands should be executed. Regards. [1]https://github.com/openstack/neutron/blob/4d33a64931fd35583952e45dbc8fd7272cb67c0d/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L1339 |