From 4fe55af819ded5009258168b57e5716134d7d762 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 11 Feb 2021 17:05:55 -0500 Subject: [PATCH] qa/tasks/ceph: set ctx.ceph[cluster_name].fsid Signed-off-by: Sage Weil --- qa/tasks/ceph.py | 1 + 1 file changed, 1 insertion(+) 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