Merge "Enable ovn-monitor-all option to ovn-controller" into stable/train

This commit is contained in:
Zuul 2021-12-08 01:55:14 +00:00 committed by Gerrit Code Review
commit aa342b027a
2 changed files with 9 additions and 0 deletions

View File

@ -235,6 +235,7 @@ outputs:
- enable_vlan_transparency
- vswitch::ovs::vlan_limit: 0
- {}
ovn::controller::ovn_monitor_all: true
service_config_settings: {}
# BEGIN DOCKER SETTINGS
puppet_config:

View File

@ -0,0 +1,8 @@
---
features:
- |
With conditional monitoring enabled in OVN, southbound ovsdb-serve
takes lot of time in handling the monitoring and sending the updates
to all its connected clients. Its takes lot of CPU. With monitor-all
option, all ovn-controllers do not enable conditional monitoring there
by reducing the load on the Southbound ovsdb-server.