Comment 7 for bug 1986977

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ovn-octavia-provider (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/855634
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/d5a2fbc3ecfc28bf2be750c98b3858eb165e82e1
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit d5a2fbc3ecfc28bf2be750c98b3858eb165e82e1
Author: Fernando Royo <email address hidden>
Date: Thu Aug 18 17:40:14 2022 +0200

    Fix healthMonitor events affecting to unrelated LB

    When an ServiceMonitorUpdateEvent happens, only those affected
    pools, listeners or LBs need to update their operating_status.

    This patch fixes the propagation of the affected member_id to
    other loadbalancers, as the search variable once set was not
    restarted when starting the parsing of another LB.

    Closes-Bug: #1986977
    Change-Id: Ifbc836c6247add940c6392b2eda11e7e240fd36a
    (cherry picked from commit 9fba870f6be56df6da9b303c378a983813ac31a7)