]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Add extra-ceph-conf 36890/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Sat, 29 Aug 2020 20:16:42 +0000 (22:16 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 11 Sep 2020 09:09:13 +0000 (11:09 +0200)
commitff7e76348e5457fa6acb23545fcef56d6640c50a
tree915dd449c80052c9a84d3d34fbd016ee9233cf6b
parentd65092f0fa616e623993a422176fb51ecf1245bf
mgr/cephadm: Add extra-ceph-conf

Due to limitations of `config generate-minimal-conf`,
we need to provide a way for users to modify the
ceph.conf for the daemons.

This now provides a way to append config to
the daemons config. Like. e.g. `cluster_network`.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/schedule.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/tests/__init__.py