Comment 9 for bug 1948891

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818799
Committed: https://opendev.org/openstack/neutron/commit/f37e0be349f3492672badd43af05b5952610c40d
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit f37e0be349f3492672badd43af05b5952610c40d
Author: Daniel Alvarez Sanchez <email address hidden>
Date: Thu Nov 4 14:34:32 2021 +0100

    [ovn] Add timeout option to ovsdb-client command

    Today, we invoke ovsdb-client to cleanup the MAC_Binding entries
    without specifying any timeout. This can lead to workers blocking
    forever if there's an issue with the connection to the server.

    This patch is adding a timeout parameter to the command line to
    prevent this condition.

    Closes-Bug: #1948891
    Related-Bug: #1946318

    Signed-off-by: Daniel Alvarez Sanchez <email address hidden>
    Change-Id: Id393cbec31dd64a795e85d756b7b843c9dfc59f3
    (cherry picked from commit 7874c576013928c036dca4d9c0a38e5b8ae06bb4)