octavia/releasenotes/notes/haproxy-single-process-b17a3af3a97accea.yaml
Michael Johnson 06ce4777c3 Fix multi-listener load balancers
Load balancers with multiple listeners, running on an amphora image
with HAProxy 1.8 or newer can experience excessive memory usage that
may lead to an ERROR provisioning_status.
This patch resolves this issue by consolidating the listeners into
a single haproxy process inside the amphora.

Story: 2005412
Task: 34744
Co-Authored-By: Adam Harwell <flux.adam@gmail.com>
Change-Id: Idaccbcfa0126f1e26fbb3ad770c65c9266cfad5b
2019-07-23 14:28:49 -07:00

12 lines
402 B
YAML

---
upgrade:
- |
A new amphora image is required to resolve the amphora memory issues when
a load balancer has multiple listeners and the amphora image uses
haproxy 1.8 or newer.
fixes:
- |
Fixed an issue with load balancers that have multiple listeners when using
an amphora image that contains HAProxy 1.8 or newer. An updated amphora
image is required to apply this fix.