]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove unused `reconfig` param from create_daemon_dirs
authorMichael Fritch <mfritch@suse.com>
Mon, 18 May 2020 21:40:29 +0000 (15:40 -0600)
committerMichael Fritch <mfritch@suse.com>
Mon, 18 May 2020 23:27:59 +0000 (17:27 -0600)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/cephadm

index 24c25dd83467ebea92c189d856aa2653040f566a..dbf9cef977c1c3f828905f04058e627938dce54d 100755 (executable)
@@ -1461,8 +1461,8 @@ def get_daemon_args(fsid, daemon_type, daemon_id):
     return r
 
 def create_daemon_dirs(fsid, daemon_type, daemon_id, uid, gid,
-                       config=None, keyring=None, reconfig=False):
-    # type: (str, str, Union[int, str], int, int, Optional[str], Optional[str], Optional[bool]) ->  None
+                       config=None, keyring=None):
+    # type: (str, str, Union[int, str], int, int, Optional[str], Optional[str]) ->  None
     data_dir = make_data_dir(fsid, daemon_type, daemon_id, uid=uid, gid=gid)
     make_log_dir(fsid, uid=uid, gid=gid)