![Matt Fischer](/assets/img/avatar_default.png)
On OSD nodes during recovery you can ovewhelm the default PID max of 32k. The docs recommend setting to the largest possible value, 4194303. By default this will not be set. http://docs.ceph.com/docs/jewel/rados/troubleshooting/troubleshooting-osd/ Change-Id: Id7714e8d237db2137fdc32002ab7ae373fb81357 Closes-Bug: #1362825
7 lines
228 B
YAML
7 lines
228 B
YAML
---
|
|
features:
|
|
- On OSD nodes you can run out of PIDs during a recovery.
|
|
Therefore it is recommended that you raise pid_max. This
|
|
change makes that possible with an enablement flag and
|
|
the ability to set the value.
|