mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
mgr/cephadm: do not reconfigure daemons on deleted services
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
917fb59767
commit
444663b740
@ -840,6 +840,10 @@ class CephadmServe:
|
||||
if spec and spec.unmanaged:
|
||||
continue
|
||||
|
||||
# ignore daemons for deleted services
|
||||
if dd.service_name() in self.mgr.spec_store.spec_deleted:
|
||||
continue
|
||||
|
||||
# These daemon types require additional configs after creation
|
||||
if dd.daemon_type in ['grafana', 'iscsi', 'prometheus', 'alertmanager', 'nfs']:
|
||||
daemons_post[dd.daemon_type].append(dd)
|
||||
|
Loading…
Reference in New Issue
Block a user