mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
qa/tasks/cephadm: set .conf to cluster config object
ceph.py does this and ceph_manager.py kill_osd relies on it. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
272225c4be
commit
31ba596a63
@ -297,6 +297,7 @@ def ceph_bootstrap(ctx, config):
|
||||
path='{}/seed.{}.conf'.format(testdir, cluster_name),
|
||||
data=conf_fp.getvalue())
|
||||
log.debug('Final config:\n' + conf_fp.getvalue())
|
||||
ctx.ceph[cluster_name].conf = seed_config
|
||||
|
||||
# bootstrap
|
||||
log.info('Bootstrapping...')
|
||||
|
Loading…
Reference in New Issue
Block a user