octavia/releasenotes/notes/fix-nf_conntrack_buckets-sysctl-75ae6dbb9d052863.yaml
Gregory Thiemonge 64a301d4ec Fix nf_conntrack_buckets sysctl in Amphora
Setting nf_conntrack_buckets in the amphora namespace fails because this
sysctl can only be set in the initial namespace (cf kernel doc at
https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt)

This commit allows to set nf_conntrack_buckets in the initial namespace,
the value is then inherited by other namespaces.

Conntrack is not enabled in the main namespace, the new default value
doesn't affect this namespace behavior.

Story: 2008028
Task: 40682

Change-Id: Ie6ccc4bf0017587df8e8e29d8ee3bf5c19e6d615
2020-09-10 11:51:32 +00:00

6 lines
104 B
YAML

---
fixes:
- |
Fix nf_conntrack_buckets sysctl in the Amphora, its value was incorrectly
set.