From: Sage Weil Date: Tue, 12 Nov 2019 13:31:52 +0000 (+0000) Subject: qa/tasks/ceph2: name mds daemons X-Git-Tag: v15.1.0~790^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53e2bdc15678916326ecf94752f659bf0ce25d7d;p=ceph.git qa/tasks/ceph2: name mds daemons Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph2.py b/qa/tasks/ceph2.py index 974bdf866ef0..0603827b0971 100644 --- a/qa/tasks/ceph2.py +++ b/qa/tasks/ceph2.py @@ -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,