octavia/releasenotes/notes/fix-lo-interface-amphora-netns-90fb9934026e1485.yaml
Gregory Thiemonge 4443596e29 Enable lo interface in the amphora-haproxy netns
Configure the lo interface in the amphora-haproxy namespace.
It fixes issues with the synchronization of haproxy peer/stick tables
when updating a load balancer configuration.

Story 2009005
Task 42682

Change-Id: I15997acaf12258ec483286dad676efdea8963611
2021-06-24 13:42:34 +02:00

9 lines
391 B
YAML

---
fixes:
- |
Fixed an issue with the ``lo`` interface in the ``amphora-haproxy`` network
namespace. The ``lo`` interface was down and prevented haproxy to
communicate with other haproxy processes (for persistent stick tables) on
configuration change. It delayed old haproxy worker cleanup and increased
the memory consumption usage after reloading the configuration.