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: v17.1.0~2933^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4fe55af819ded5009258168b57e5716134d7d762;p=ceph-ci.git qa/tasks/ceph: set ctx.ceph[cluster_name].fsid Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 9fc69428564..afd665f76ec 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