]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: redeploy when some dependency daemon is add/removed
authorRedouane Kachach <rkachach@ibm.com>
Mon, 24 Jun 2024 15:41:10 +0000 (17:41 +0200)
committerAdam King <adking@redhat.com>
Mon, 1 Jul 2024 20:04:08 +0000 (16:04 -0400)
commit844d02a5553d5618f1eda2341cf5c4456e7935cf
treedeff676b13ed6dd4b25058db4b73b0a0e09b7bb9
parent3bf966ab66a674cc596126e26df696ffce2e3982
mgr/cephadm: redeploy when some dependency daemon is add/removed

previous code was failing to redeploy in some scenarios when daemons
are removed. The new check takes into account both when services are
add or removed plus changes on the secure_monitoring_stack value.

Signed-off-by: Redouane Kachach <rkachach@ibm.com>
(cherry picked from commit faa2daf8a701db64a7cf13d7290634f7e51fe6d7)
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/tests/test_services.py