mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
qa/tasks/ceph: set ctx.ceph[cluster_name].fsid
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
230c9ef1ce
commit
4fe55af819
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user