From 53e2bdc15678916326ecf94752f659bf0ce25d7d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 12 Nov 2019 13:31:52 +0000 Subject: [PATCH] qa/tasks/ceph2: name mds daemons Signed-off-by: Sage Weil --- qa/tasks/ceph2.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qa/tasks/ceph2.py b/qa/tasks/ceph2.py index 974bdf866ef..0603827b097 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, -- 2.39.5