mirror of
https://github.com/ceph/ceph
synced 2025-03-23 02:38:31 +00:00
ceph: log which ceph.conf file is written
Signed-off-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
parent
a36362f051
commit
8f9de175e0
@ -461,8 +461,8 @@ def cluster(ctx, config):
|
||||
conf['global'] = {}
|
||||
conf['global']['fsid'] = fsid
|
||||
|
||||
log.info('Writing ceph.conf for FSID %s...' % fsid)
|
||||
conf_path = config.get('conf_path', DEFAULT_CONF_PATH)
|
||||
log.info('Writing %s for FSID %s...' % (conf_path, fsid))
|
||||
write_conf(ctx, conf_path)
|
||||
|
||||
log.info('Creating admin key on %s...' % firstmon)
|
||||
|
Loading…
Reference in New Issue
Block a user