]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: upgrade crash collectors too 33736/head
authorSage Weil <sage@redhat.com>
Thu, 5 Mar 2020 03:58:58 +0000 (21:58 -0600)
committerSage Weil <sage@redhat.com>
Thu, 5 Mar 2020 03:58:58 +0000 (21:58 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/module.py

index fa78ba4bb533a1a429cd911b39adc1fd3c394e36..14e80082f501ffb371f48d438ee24c6c993a7e70 100644 (file)
@@ -768,7 +768,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule):
 
         daemons = self.cache.get_daemons()
         done = 0
-        for daemon_type in ['mgr', 'mon', 'osd', 'rgw', 'mds']:
+        for daemon_type in ['mgr', 'mon', 'osd', 'rgw', 'mds', 'crash']:
             self.log.info('Upgrade: Checking %s daemons...' % daemon_type)
             need_upgrade_self = False
             for d in daemons: