Enable ovn-monitor-all option to ovn-controller
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. Enable this for all deployments is-lowrisk and user shoudn't have posibilities to modified this manually form tht level. Depends-On: https://review.opendev.org/c/openstack/puppet-ovn/+/801455 Closes-Bug: #1936781 Signed-off-by: Kamil Sambor <ksambor@redhat.com> Change-Id: I9014ad0c7fae391dec4ad70bcbc0728667d413c5
This commit is contained in:
parent
5ba7f0817e
commit
bc934d18a4
@ -239,6 +239,7 @@ outputs:
|
||||
ovn::controller::ovn_remote_probe_interval: {get_param: OVNRemoteProbeInterval}
|
||||
ovn::controller::ovn_openflow_probe_interval: {get_param: OVNOpenflowProbeInterval}
|
||||
nova::compute::force_config_drive: {get_param: OVNMetadataEnabled}
|
||||
ovn::controller::ovn_monitor_all: true
|
||||
tripleo::profile::base::neutron::agents::ovn::protocol:
|
||||
if:
|
||||
- {get_param: EnableInternalTLS}
|
||||
|
8
releasenotes/notes/ovn-monitor-all-2fefb215c6f7166c.yaml
Normal file
8
releasenotes/notes/ovn-monitor-all-2fefb215c6f7166c.yaml
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user