]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: bootstrap: deploy crash on every host
authorSage Weil <sage@redhat.com>
Sun, 1 Mar 2020 18:11:41 +0000 (12:11 -0600)
committerSage Weil <sage@redhat.com>
Mon, 2 Mar 2020 16:30:51 +0000 (10:30 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/cephadm/cephadm

index 7c97fb4b54f0b5b90d1603e5da465cca8da7bd7b..f5ba70ed8a4d4e6faf7f528f9e30392feb0e2d2f 100755 (executable)
@@ -2002,6 +2002,9 @@ def command_bootstrap():
         logger.info('Adding host %s...' % host)
         cli(['orch', 'host', 'add', host])
 
+        logger.info('Deploy crash collectors...')
+        cli(['orch', 'apply', 'crash', 'all:true'])
+
     if not args.skip_dashboard:
         logger.info('Enabling the dashboard module...')
         cli(['mgr', 'module', 'enable', 'dashboard'])