]> 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)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 21 May 2020 21:33:18 +0000 (23:33 +0200)
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 7a2e4f4a8b2a39877f983eb18dcfbe37fb8dc5f8)

src/cephadm/cephadm

index 64289b46f0ed4a1c3a82488efbd7cf5c5c257f31..a275cc77e400c4fc1124683a2f9c1ae60581dfc4 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)