Comment 8 for bug 1772656

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

Reviewed: https://review.openstack.org/569984
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=7a262b6a455c3060f1e54077e8ce21cb4c724413
Submitter: Zuul
Branch: stable/queens

commit 7a262b6a455c3060f1e54077e8ce21cb4c724413
Author: Daniel Alvarez <email address hidden>
Date: Tue May 22 14:49:52 2018 +0200

    Set ovsdb probe interval to 1 minute on the client side

    When a failover of ovsdb-server occurs, neither neutron-server nor
    ovn-metadata-agent detects the disconnection. Even though this should
    be fixed in OVS Python IDL, this patch is adding a default probe
    interval from the client side to 60 seconds. This way, when the
    connection to the VIP is lost, clients will reconnect and the service
    will be back up again.

    Change-Id: Idec3344136a85d73969ed8e11d358b66c14d9a4d
    Closes-Bug: #1772656
    Signed-off-by: Daniel Alvarez <email address hidden>
    (cherry picked from commit 90c2a1c26f5ec276a1154648538efd373e458afa)