octavia/releasenotes/notes/fix-ping-hm-on-centos-stream-6624f19c8da86e22.yaml
Gregory Thiemonge cbf79c5627 Fix PING health-monitor with recent Centos releases
Centos 8 Stream removed the capabilities to open raw sockets from the
ping binary and added new sysctl default to allow an unprivileged user
to send ping request.  This sysctl was not inherited by the
amphora-haproxy namespace. Add it explicitly to our sysctl list.

Story 2009953
Task 44911

Change-Id: I499bdd5edc23b602495a9b2b9f22baf9547261d5
2022-04-01 13:49:07 +02:00

7 lines
200 B
YAML

---
fixes:
- |
Fix an issue with PING health-monitors on Centos 8 Stream. Changes in
Centos and systemd prevent an unprivileged user from sending ping requests
from a network namespace.