octavia/releasenotes/notes/fix-ping-hm-on-centos-stream-6624f19c8da86e22.yaml
Gregory Thiemonge 2e5bc33494 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
(cherry picked from commit cbf79c5627e1888611f9212a539b56ceaba1bfeb)
(cherry picked from commit 8cd697e8bf7b91d1d010a3968a440358e8e12dbb)
2023-01-25 09:10:06 +01: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.