Comment 3 for bug 1991817

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/860471
Committed: https://opendev.org/openstack/neutron/commit/628442aed7400251f12809a45605bd717f494c4e
Submitter: "Zuul (22348)"
Branch: master

commit 628442aed7400251f12809a45605bd717f494c4e
Author: labedz <email address hidden>
Date: Wed Sep 28 10:42:38 2022 +0000

    Spread OVN metadata agent heartbeat response in time

    To avoid mass response of OVN metadata agents on
    heartbeat update - event on OVN Southbound
    SB_Global table nb_cfg entry increment, this patch postpone
    Chassis/Chassis_Private table update for random number
    of seconds in range of ( cfg.CONF.agent_down_time // 2 ).

    Related-Bug: #1991817
    Change-Id: I6373a3c213b24ec957e4d2ea7fc42524517d10d5