[hopem,r=]

Set kernel.pid_max to a high value to avoid problems with large
clusters (> 20 OSDs) recovering.
This commit is contained in:
Edward Hope-Morley 2015-01-16 10:54:36 +00:00
parent 1ee4265747
commit c55d7315a4
1 changed files with 4 additions and 2 deletions

View File

@ -157,10 +157,12 @@ options:
your network interface.
sysctl:
type: string
default: ''
default: '{ kernel.pid_max : 2097152 }'
description: |
YAML-formatted associative array of sysctl key/value pairs to be set
persistently e.g. '{ kernel.pid_max : 4194303 }'.
persistently. As a default we set pid_max to a high value to avoid
problems with large numbers (>20) of OSDs recovering. very large clusters
should set this value even higher (max 4194303).
nagios_context:
default: "juju"
description: |