octavia/releasenotes/notes/fix-haproxy-maxconn-with-disabled-listeners-fa89f762a94b8fe9.yaml
Gregory Thiemonge 21682f7056 Fix haproxy global maxconn with disabled listeners
global maxconn value is based on the connection-limit of the listeners
of a LB, but it includes the connection-limit of disabled listeners.
Disabled listeners are now skipped.

Closes-Bug: #2024371

Change-Id: I45500d618b307f740b8e692c49f5efdd27dc10a0
2023-06-20 01:17:29 -04:00

7 lines
227 B
YAML

---
fixes:
- |
Fixed the global number of concurrent connections in haproxy when disabling
listeners. The connection-limit of disabled listeners was used to compute
this value, disabled listeners are now skipped.