]> 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)
committerRedouane Kachach <rkachach@ibm.com>
Mon, 24 Jun 2024 15:46:07 +0000 (17:46 +0200)
commitfaa2daf8a701db64a7cf13d7290634f7e51fe6d7
tree0dfeec11370e58b93f828789c3f40fe25942a2a0
parentc80f7fd3f9a888f6333ceecb58abe43752711bac
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>
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/tests/test_services.py