yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #94290
[Bug 2073309] Re: Neither fdb_removal_limit or mac_binding_removal_limit get set in NB_Global.options when they are configured
Reviewed: https://review.opendev.org/c/openstack/neutron/+/924295
Committed: https://opendev.org/openstack/neutron/commit/b4c8cc600a21469e247a0012585969a7897a0929
Submitter: "Zuul (22348)"
Branch: master
commit b4c8cc600a21469e247a0012585969a7897a0929
Author: Terry Wilson <twilson@xxxxxxxxxx>
Date: Tue Jul 16 18:35:40 2024 -0500
Actualy set global "removal limit" options
Neither fdb_removal_limit nor mac_binding_removal_limit config
options currently get set in the OVN DB. This patch corrects that
and adds missing testing for the MAC_Binding aging maintenance
task.
Fixes: 0a554b4f29 ("Add support for OVN MAC_Binding aging")
Fixes: 1e9f50c736 ("Add support for FDB aging")
Closes-Bug: #2073309
Change-Id: I80d79faeb9f1057d398ee750ae6e246598fd13d2
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2073309
Title:
Neither fdb_removal_limit or mac_binding_removal_limit get set in
NB_Global.options when they are configured
Status in neutron:
Fix Released
Bug description:
These two settings:
[ovn_nb_global]
fdb_removal_limit = 100
mac_binding_removal_limit = 100
never get set in the OVN_Northbound NB_Global.options. It looks like
when the patches were converted to use the new ovn_nb_global, that the
code that actually set the options got removed from the patches.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2073309/+subscriptions
References