Bug 2237225
| Summary: | [OSP16.2] Octavia Active Standby Amphora goes to error after failure | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | ggrimaux | |
| Component: | openstack-octavia | Assignee: | Gregory Thiemonge <gthiemon> | |
| Status: | CLOSED WONTFIX | QA Contact: | Bruna Bonguardo <bbonguar> | |
| Severity: | medium | Docs Contact: | Greg Rakauskas <gregraka> | |
| Priority: | medium | |||
| Version: | 16.2 (Train) | CC: | gthiemon, jsoliman, tweining | |
| Target Milestone: | zstream | Keywords: | Triaged | |
| Target Release: | 16.2 (Train on RHEL 8.4) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-octavia-5.1.3-2.20231114084819.355f6b1.el8ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2239459 (view as bug list) | Environment: | ||
| Last Closed: | 2024-01-23 10:44:10 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2239459 | |||
|
Description
ggrimaux
2023-09-04 09:48:59 UTC
There are 2 issues, I created 2 launchpad bugs: - failover of ACTIVE_STANDBY LBs can take a lot of time in amphorav1 https://bugs.launchpad.net/octavia/+bug/2033894 - a failover of an ACTIVE_STANDBY LB recreate only one amphora when both amps are failing https://bugs.launchpad.net/octavia/+bug/2033734 Note: the amphora in ERROR status can be recreated manually with: openstack loadbalancer amphora failover <amp_id> (a loadbalancer failover can also fix it) For stable branches only (amphorav1), we may also want to add a few lines that reload the amphora DB object at https://opendev.org/openstack/octavia/src/branch/stable/train/octavia/controller/worker/v1/tasks/amphora_driver_tasks.py#L394 |