Comment 3 for bug 1879950

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

Reviewed: https://review.opendev.org/729997
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f5c391077139b9ca61349b59e1e5270b42125cd2
Submitter: Zuul
Branch: master

commit f5c391077139b9ca61349b59e1e5270b42125cd2
Author: Jakub Libosvar <email address hidden>
Date: Thu May 21 15:16:54 2020 +0000

    ovn: Override clean_hash_ring for sync util

    ML2 OVN Mechanism driver wipes all the nodes from ovn_hash_ring table on
    initialization. The DB sync untility inherits from the mechanism driver
    calling the cleanup whenever sync util is executed. This leads to nodes
    being deleted while neutron-server is typically running, causing serious
    issues to neutron-server until it is restarted.

    This patch overrides the clean method to no-op.

    Change-Id: I5ea8278c0387009ff429572662d64e7664f493e7
    Closes-Bug: #1879950
    Signed-off-by: Jakub Libosvar <email address hidden>