From: Sebastian Wagner Date: Wed, 19 Aug 2020 10:12:00 +0000 (+0200) Subject: mgr/cephadm: _create_daemon: remove usused parameter X-Git-Tag: v17.0.0~1315^2~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=66a9f87d16e3e006bb8e2de41399887f58448374;p=ceph.git mgr/cephadm: _create_daemon: remove usused parameter Signed-off-by: Sebastian Wagner --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 3d8009284ead6..ef2d7997cafa0 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -1879,7 +1879,6 @@ To check that the host is reachable: daemon_spec: CephadmDaemonSpec, reconfig=False, osd_uuid_map: Optional[Dict[str, Any]] = None, - redeploy=False, ) -> str: