FDB entries grows indefinitely
Bug #2035325 reported by
Luis Tomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Luis Tomas |
Bug Description
With the added support for learning FDB entries [1] there is a problem that FDB table can grow indefinitely, leading to performance/scale issues. New options are added to OVN [2] to tackle this problem, and neutron should make use of it
[1] https:/
[2] https:/
Changed in neutron: | |
assignee: | nobody → Luis Tomas (luis5tb) |
status: | New → In Progress |
tags: | added: ovn |
Changed in neutron: | |
importance: | Undecided → High |
To post a comment you must log in.
Reviewed: https:/ /review. opendev. org/c/openstack /neutron/ +/893333 /opendev. org/openstack/ neutron/ commit/ 1e9f50c73638171 403b71d74232146 4dcd5ef7ed
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 1e9f50c73638171 403b71d74232146 4dcd5ef7ed
Author: Luis Tomas Bolivar <email address hidden>
Date: Fri Sep 8 10:40:32 2023 +0200
Add support for FDB aging
In [1] we added support for FDB learning. In order to avoid issues learn_fdb` is enabled, the new configuration parameters removal_ limit`
due to that table increasing without limits, which will impact OVN
performance, this patch is adding support for its aging mechanisms
which was added in OVN 23.09 in [2]. By default is disabled, so if
`localnet_
should be appropriately configured too: `fdb_age_threshold` and
`fdb_
[1] https:/ /review. opendev. org/c/openstack /neutron/ +/877675 /github. com/ovn- org/ovn/ commit/ ae9a5488824c49e 25215b02e7e81a6 2eb4d0bd53
[2] https:/
Closes-Bug: 2035325
Change-Id: Ifdfaec35cc6b52 040487a2b5ee08a ba9282fc68b