[Bug 1904399] Please test proposed package
Corey Bryant
1904399 at bugs.launchpad.net
Wed Feb 10 14:19:00 UTC 2021
Hello Lucas, or anyone else affected,
Accepted neutron into victoria-proposed. The package will build now and
be available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.
Please help us by testing this new package. To enable the -proposed
repository:
sudo add-apt-repository cloud-archive:victoria-proposed
sudo apt-get update
Your feedback will aid us getting this update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-victoria-needed to verification-victoria-done. If it
does not fix the bug for you, please add a comment stating that, and
change the tag to verification-victoria-failed. In either case, details
of your testing will help us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: cloud-archive/victoria
Status: Triaged => Fix Committed
** Tags added: verification-victoria-needed
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1904399
Title:
[OVN] Inconsistent "flooding to unregistered" IGMP configuration
Status in Ubuntu Cloud Archive:
Fix Committed
Status in Ubuntu Cloud Archive ussuri series:
Triaged
Status in Ubuntu Cloud Archive victoria series:
Fix Committed
Status in neutron:
Fix Released
Status in neutron package in Ubuntu:
Fix Released
Status in neutron source package in Focal:
Fix Committed
Status in neutron source package in Groovy:
Fix Committed
Status in neutron source package in Hirsute:
Fix Released
Bug description:
ML2/OVN reuses the same "[ovs]/igmp_snooping_enable" configuration
option from ML2/OVS, which says [0]:
"Setting this option to True will also enable Open vSwitch mcast-
snooping-disable-flood-unregistered flag. This option will disable
flooding of unregistered multicast packets to all ports."
But, that's not true for ML2/OVN, in fact, this is the opposite
because ML2/OVN does have the option to flood to unregistered VMs
enabled by default.
In order to keep the consistent between both drivers and this
configuration option, ML2/OVN needs to disable the
"mcast_flood_unregistered" configuration in the other_config column
from the Logical Switch table when igmp_snooping_enable is True.
[0]
https://opendev.org/openstack/neutron/src/branch/master/neutron/conf/agent/ovs_conf.py#L36-L47
[Impact]
See above.
[Test Case]
Run the following and expect success:
root at f1:~# sudo apt install python3-neutron
root at f1:/usr/lib/python3/dist-packages# python3 -m unittest neutron.tests.unit.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestDBInconsistenciesPeriodics.test_check_for_igmp_snoop_support
I would also like to get test feedback from Canonical bootstack as
they are hitting this issue.
[Regression Potential]
This is a very minimal and targeted change that always hard codes MCAST_FLOOD_UNREGISTERED to 'false'.
In assessing regression potential for changes like this, one that
comes to mind is potential of a type error when setting
MCAST_FLOOD_UNREGISTERED. Upon visual inspection of this code fix, a
type error would be impossible, as what was once set to a 'true' or
'false' value is now set to 'false'.
Another thought is whether MCAST_FLOOD_UNREGISTERED has any use if
MCAST_SNOOP is set to false, but that is not the case according to
upstream OVN documentation which states: mcast_flood_unregistered:
optional string, either true or false Determines whether unregistered
multicast traffic should be flooded or not. Only applicable if
other_config:mcast_snoop is enabled.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1904399/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list