Comment 10 for bug 1936781

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/816959
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/ba0ef35293216ba2fc379b3b834bd183389794c9
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit ba0ef35293216ba2fc379b3b834bd183389794c9
Author: Kamil Sambor <email address hidden>
Date: Tue Jul 20 14:23:31 2021 +0200

    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/+/816955
    Closes-Bug: #1936781
    Signed-off-by: Kamil Sambor <email address hidden>
    Change-Id: I9014ad0c7fae391dec4ad70bcbc0728667d413c5
    (cherry picked from commit bc934d18a47bca5dcfb78f9ab903d3a6042706f5)