qa/tasks/ceph: set ctx.ceph[cluster_name].fsid

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2021-02-11 17:05:55 -05:00
parent 230c9ef1ce
commit 4fe55af819

View File

@ -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