]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move option for setting unlimited pids into engine classes
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 21 Oct 2023 15:41:15 +0000 (11:41 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 6 Nov 2023 16:03:40 +0000 (11:03 -0500)
commit69c7670b6c6c7f0df386b48ce30b2f25c705d8b5
treed5fbd53550fdddfe8e780cdb5fb7212156989049
parentbf0bfef19594bf3748fed9ec957b5c868ab50b36
cephadm: move option for setting unlimited pids into engine classes

Move the option for setting unlimited pids for the container engine
into the container engine classes. This continues the attempts to
improve the locality of items specific to certain classes to be
by making them part of the classes.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/container_engine_base.py
src/cephadm/cephadmlib/container_engines.py
src/cephadm/tests/fixtures.py