Remove vm.swappiness setting as per [1] and
add net.netfilter.nf_conntrack_buckets as
per [2].

[1] https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=3527bf4ae1723a10f49774fef646aaa5b9fc0c45
[2] https://bugs.launchpad.net/charm-nova-compute/+bug/1780348/comments/8

Change-Id: I44506c94927bb93002b040db09d7cc7c1c99d133
Related-Bug: #1780348
This commit is contained in:
Edward Hope-Morley 2019-03-15 16:18:20 +00:00
parent 315bca0b22
commit 53efb5d2f4
1 changed files with 2 additions and 2 deletions

View File

@ -380,14 +380,14 @@ options:
sysctl:
type: string
default: |
{ vm.swappiness : 1,
net.ipv4.neigh.default.gc_thresh1 : 128,
{ net.ipv4.neigh.default.gc_thresh1 : 128,
net.ipv4.neigh.default.gc_thresh2 : 28672,
net.ipv4.neigh.default.gc_thresh3 : 32768,
net.ipv6.neigh.default.gc_thresh1 : 128,
net.ipv6.neigh.default.gc_thresh2 : 28672,
net.ipv6.neigh.default.gc_thresh3 : 32768,
net.nf_conntrack_max : 1000000,
net.netfilter.nf_conntrack_buckets : 204800,
net.netfilter.nf_conntrack_max : 1000000 }
description: |
YAML formatted associative array of sysctl values, e.g.: