From: Sage Weil Date: Thu, 11 Feb 2021 22:05:55 +0000 (-0500) Subject: qa/tasks/ceph: set ctx.ceph[cluster_name].fsid X-Git-Tag: v16.2.0~180^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69e29a79f0ebc5fedf5281728a8b3477709cfd02;p=ceph.git qa/tasks/ceph: set ctx.ceph[cluster_name].fsid Signed-off-by: Sage Weil (cherry picked from commit 4fe55af819ded5009258168b57e5716134d7d762) --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 9fc694285644..afd665f76ec4 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -735,6 +735,7 @@ def cluster(ctx, config): path=monmap_path, mon_bind_addrvec=config.get('mon_bind_addrvec'), ) + ctx.ceph[cluster_name].fsid = fsid if not 'global' in conf: conf['global'] = {} conf['global']['fsid'] = fsid