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 <[email protected]> Reported-at: https://bugzilla.redhat.com/1828637 Signed-off-by: Dumitru Ceara <[email protected]> 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(-) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
