]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon: Fix `ls` cmd for legacy confs 31329/head
authorMichael Fritch <mfritch@suse.com>
Fri, 1 Nov 2019 16:44:22 +0000 (10:44 -0600)
committerMichael Fritch <mfritch@suse.com>
Mon, 4 Nov 2019 16:22:01 +0000 (09:22 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/ceph-daemon

index 2e60ddd63cfa04ca48c77c2b637dda25514adb57..a58df1aa21d83b283cb0242e617d7648b065d0c8 100755 (executable)
@@ -270,7 +270,7 @@ def get_legacy_config_fsid(cluster):
         return None
     return None
 
-def get_legacy_daemon_fsid(cluster_name, daemon_type, daemon_id):
+def get_legacy_daemon_fsid(cluster, daemon_type, daemon_id):
     fsid = None
     if daemon_type == 'osd':
         try: