]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make enable_monitor_client configurable for nvmeof 56791/head
authorAdam King <adking@redhat.com>
Tue, 9 Apr 2024 16:19:06 +0000 (12:19 -0400)
committerAdam King <adking@redhat.com>
Tue, 9 Apr 2024 16:19:06 +0000 (12:19 -0400)
commit3276471ff765b0118105a7820a13d9e5efa9934b
tree005748e471e9a3ddcc4bc7d017e3685055e3f79f
parentc2bb1a232542dc2e99728746cac34e89f0571f2a
mgr/cephadm: make enable_monitor_client configurable for nvmeof

Currently, the mon client work is not merged on main, but our
default nvmeof container will attempt to make use of it by default,
causing it to crash. This makes it configurable and defaults the
behavior to false. That can be changed once the work is actually
present in main.

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2
src/pybind/mgr/cephadm/tests/test_services.py
src/python-common/ceph/deployment/service_spec.py