]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: eliminate the _update_pids_limit function 54403/head
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 5 Nov 2023 17:57:45 +0000 (12:57 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 14 Nov 2023 21:05:48 +0000 (16:05 -0500)
commit57b73442f86eec7f72eebb9704e464bb1f3e7388
treecc058dbcf8d9939bae1dd4b072f24ff190e534f0
parenta939d015c1cc49fe694ed58265b76a8658f53759
cephadm: eliminate the _update_pids_limit function

Eliminate the _update_pids_limit function by moving the logic into the
various daemon type classes `customize_container_args` functions allow
each class to decide if it needs to run with unlimited-pids or not.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py