]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: support for extra entrypoint args
authorAdam King <adking@redhat.com>
Tue, 8 Nov 2022 19:09:05 +0000 (14:09 -0500)
committerAdam King <adking@redhat.com>
Mon, 9 Jan 2023 18:24:50 +0000 (13:24 -0500)
commitdb8e4462c968e1d29b0688efafad3442abb8779c
tree6dbae1ae55e1ab6cc32391cd3927192737f4b354
parent98f6a9379e2dccbaf599923644b7aaa7200ded1f
mgr/cephadm: support for extra entrypoint args

Args specified in the service spec to be added as
args for the entrypoint when we deploy the daemon

Fixes: https://tracker.ceph.com/issues/57944
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/orchestrator/_interface.py