]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: _create_daemon: remove usused parameter
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 19 Aug 2020 10:12:00 +0000 (12:12 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 28 Aug 2020 07:29:07 +0000 (09:29 +0200)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/module.py

index 3d8009284ead6868939daec80c18b133818ac5ea..ef2d7997cafa06778a17c8e7625649d8955fed5b 100644 (file)
@@ -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: