mirror of
https://github.com/ceph/ceph
synced 2025-03-19 08:57:29 +00:00
cephadm: bootstrap: deploy crash on every host
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
e2c43297d1
commit
ac554ce62e
@ -2002,6 +2002,9 @@ def command_bootstrap():
|
|||||||
logger.info('Adding host %s...' % host)
|
logger.info('Adding host %s...' % host)
|
||||||
cli(['orch', 'host', 'add', host])
|
cli(['orch', 'host', 'add', host])
|
||||||
|
|
||||||
|
logger.info('Deploy crash collectors...')
|
||||||
|
cli(['orch', 'apply', 'crash', 'all:true'])
|
||||||
|
|
||||||
if not args.skip_dashboard:
|
if not args.skip_dashboard:
|
||||||
logger.info('Enabling the dashboard module...')
|
logger.info('Enabling the dashboard module...')
|
||||||
cli(['mgr', 'module', 'enable', 'dashboard'])
|
cli(['mgr', 'module', 'enable', 'dashboard'])
|
||||||
|
Loading…
Reference in New Issue
Block a user