kolla-ansible/releasenotes/notes/workaround-ovn-leader-election-f7f75e93e9300d96.yaml
Mark Goddard bbc7ddf883 Work around OVN DB leader election race condition
After OVN DB leader restarts there is a period before a new leader has
been elected where the old leader is returned in the cluster status.
This can result in a failure to apply the connection settings if a
different leader is elected.

Wait for a few seconds for the leader election to complete.

Change-Id: I20f08c986fa6b4b3ec668dad649e69f23119796b
Closes-Bug: #2059124
2024-07-18 13:21:51 +00:00

7 lines
211 B
YAML

---
fixes:
- |
Fixes an issue where OVN northbound or southbound database deployment could
fail when a new leader is elected. `LP#2059124
<https://bugs.launchpad.net/kolla-ansible/+bug/2059124>`__