Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/1006489 Committed: https://opendev.org/openstack/openstack-ansible-os_neutron/commit/ead0b96a9ab41279c497cf0f2bb5fd676daf4bb5 Submitter: "Zuul (22348)" Branch: stable/2026.1
commit ead0b96a9ab41279c497cf0f2bb5fd676daf4bb5 Author: Dmitriy Rabotyagov <[email protected]> Date: Fri Sep 11 17:44:19 2026 +0200 Ensure no OVN orphaned members remain on upgrade During OS upgrade/redeployment members are being re-added to the cluster with the new UIDs. While this is expected behavior, as all other identification is being wiped, this process leave orphaned members in raft cluster. With some time this may result in unexpected behavior as unreachable orphaned nodes may outnumber valid cluster members in quorum. This patch proposed to drop any members with matching IP in the cluster, except (self) right after the node is re-joined to the cluster. Related-Bug: #2059721 Change-Id: If8de6e9baf6cd0a7c06dd34ab9c23245f1a97935 Signed-off-by: Dmitriy Rabotyagov <[email protected]> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059721 Title: ovn db upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/openstack-ansible/+bug/2059721/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
