[ovs-dev] [PATCH ovn 0/2] Make ovn-northd recover from NB/SB inconsistencies.

Dumitru Ceara dceara at redhat.com
Wed Apr 29 16:27:00 UTC 2020


In some cases, if the NB/SB databases ovn-northd connects to are
inconsistent, ovn-northd might generate transactions that fail
continuously due to failed integrity checks on the SB database server.

The first patch of the series addresses inconsistencies due to stale
Datapath_Binding records in the SB database.

The second patch of the series addresses inconsistencies due to stale
tunnel_key values in various SB database table records.

Reported-by: Dan Williams <dcbw at redhat.com>
Reported-at: https://bugzilla.redhat.com/1828637
Signed-off-by: Dumitru Ceara <dceara at redhat.com>

Dumitru Ceara (2):
      ovn-northd: Clear SB records depending on stale datapaths.
      ovn-northd: Fix tunnel_key allocation for SB records.


 northd/ovn-northd.c |   57 ++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 45 insertions(+), 12 deletions(-)




More information about the dev mailing list