* refs/pull/33973/head:
mgr/orch,cephadm: elevate --force flag for daemons to interface
cephadm: backup data when we remove stateful daemons (mon, osd, prometheus)
cephadm: do not zap disk after removing an OSD daemon
Reviewed-by: Michael Fritch <mfritch@suse.com>
message='apply_drivesgroups',
mgr=self,
)
- )
+ )]
@deferred_write("remove_daemons")
- def remove_daemons(self, names, force):
+ def remove_daemons(self, names):
assert isinstance(names, list)
@deferred_write("remove_service")