From 593ec44b7db9b269f0cb9fb8134553c63c39e712 Mon Sep 17 00:00:00 2001 From: Fernando Royo Date: Tue, 30 Apr 2024 16:02:24 +0200 Subject: [PATCH] Update git submodules * Update ovn-octavia-provider from branch 'master' to f034bab144b68cf96c538339e389c4cc7c6d7d63 - Remove leftover OVN LB HM port upon deletion of a member When a load balancer pool has a Health Monitor associated with it, an OVN LB Health Monitor port is created for each backend member subnet added. When removing backend members, the OVN LB Health Monitor port is cleaned up only if no more members are associated with the Health Monitor pool. However, this assumption is incorrect. This patch corrects this behavior by checking instead if there are more members from the same subnet associated with the pool. It ensures that the OVN LB Health Monitor port is deleted only when the last member from the subnet is deleted. If the port is being used by another different LB Health Monitor, `_clean_up_hm_port` will handle it. Closes-Bug: #2062965 Change-Id: I4c35cc5c6af14bb208f4313bb86e3519df0a30fa --- ovn-octavia-provider | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn-octavia-provider b/ovn-octavia-provider index 4dc7fc72e9..f034bab144 160000 --- a/ovn-octavia-provider +++ b/ovn-octavia-provider @@ -1 +1 @@ -Subproject commit 4dc7fc72e91142f24019cef5c60957c2cdc4ead4 +Subproject commit f034bab144b68cf96c538339e389c4cc7c6d7d63