octavia/releasenotes/notes/fix-member-operating-status-on-reload-fe3688603bae8726.yaml
Gregory Thiemonge 1b15e1ef22 Preserve haproxy server states during reloads
haproxy doesn't keep the state of the servers (UP or DOWN) during
reloads, so a member with an ERROR operating_status may be updated
to ONLINE after updating a load balancer.

This commit adds the load-server-state-from-file option in haproxy
configuration files. It also adds an extra step in the haproxy systemd
service file to dump the current server-state in a file when reloading
the service.

Story: 2009142
Task: 43084

Change-Id: Ia8ec48ab858eeecf71ed429e5b7625fd7af9d8f6
2021-10-08 15:01:19 +02:00

6 lines
169 B
YAML

---
fixes:
- |
Fixed an issue with members in ERROR operating status that may have been
updated briefly to ONLINE during a Load Balancer configuration change.