]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph2: name mds daemons
authorSage Weil <sage@redhat.com>
Tue, 12 Nov 2019 13:31:52 +0000 (13:31 +0000)
committerSage Weil <sage@redhat.com>
Thu, 21 Nov 2019 16:46:54 +0000 (10:46 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph2.py

index 974bdf866ef05c1b21634118287849141730c030..0603827b0971eed24617324245832b7f97ca63ac 100644 (file)
@@ -531,9 +531,7 @@ def ceph_mdss(ctx, config):
                     if teuthology.is_type('mds', cluster_name)(r)]:
             c_, _, id_ = teuthology.split_role(role)
             log.info('Adding %s on %s' % (role, remote.shortname))
-            nodes.append(remote.shortname)
-
-            ### FIXME names ###
+            nodes.append(remote.shortname + '=' + id_)
             ctx.daemons.register_daemon(
                 remote, 'mds', id_,
                 cluster=cluster_name,