kolla-ansible/releasenotes/notes/ovn-monitor-all-782e7cdc04688fc6.yaml
labedz 20355edb2b ovn: add ovn-monitor-all variable
Setting ovn-monitor-all to 'true' will configure
ovn-controller to monitor all OVS database records
unconditionally. That will release some CPU resource
from OVS Southbound DB but will increase number of events
coming to ovn-controller.

Default value is 'false'.

Change-Id: I291e166013d8c88f00e84ceaf308251c352c9a79
2022-12-22 10:13:15 +00:00

11 lines
410 B
YAML

---
features:
- |
Adds ``ovn-monitor-all`` variable. A boolean value that tells if
ovn-controller should unconditionally monitor all records in OVS
databases.
Setting ``ovn-monitor-all`` variable to 'true' will remove some CPU
load from OVN SouthBound DB but will effect with more updates
comming to ovn-controller. Might be helpfull in large deployments
with many compute hosts.