]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move all pids-limit logic to renamed function
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Oct 2023 18:28:46 +0000 (14:28 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 18:53:06 +0000 (14:53 -0400)
commit66901a6265f4ca13c71e9b4ef85b5f40d0ddce9e
tree9c56ea48a459618f51c34664b06ce9a3db80b9ea
parent7494c56e4bb4d7114bf24ea2098259595f678826
cephadm: move all pids-limit logic to renamed function

Repurpose set_pids_limit_unlimited as _update_pids_limit, moving the
logic to decide if the daemon should have unlimited pids into the
function. This was the only caller of set_pids_limit_unlimited.

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