yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91400
[Bug 1997418] Re: [ovn-octavia-provider] HM not working for FIPs
Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/873860
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/ba4ea1134b1da4ce1dcd186d4962d12270699fef
Submitter: "Zuul (22348)"
Branch: master
commit ba4ea1134b1da4ce1dcd186d4962d12270699fef
Author: Luis Tomas Bolivar <ltomasbo@xxxxxxxxxx>
Date: Fri Feb 17 08:18:13 2023 +0100
Ensure HM also apply to FIPs associated to LB VIPs
Currently, if a FIP gets associated to a LB with HealthMonitors
it is not included as a new OVN Load Balancer Health Checks. This
means that if the VIP is used, traffic will not be redirected to
the dead members, buit if the FIP is used there is no health checks
being applied and traffic will reach dead members.
This patch adds the extra functionality so that an extra OVN
Load Balancer Health Check is created for the FIPs associated to
the Load Balancer.
Closes-Bug: #1997418
Change-Id: Idbf1fb15076518092ce5fdaa57500d29342f51be
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1997418
Title:
[ovn-octavia-provider] HM not working for FIPs
Status in neutron:
Fix Released
Bug description:
When an OVN Load Balancer has HealthMonitors associated to its
pool/members, if a member is detected as error, there is not traffic
being sent to it. However, if the OVN LoadBalancer has a FIP
associated to the VIP, when using the FIP to access the Load Balancer,
the traffic is loadbalanced also using the members that are in error
status.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1997418/+subscriptions
References