20355edb2b
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
11 lines
410 B
YAML
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.
|