From 25b2190d4385ef27d3484b03e18fd4d4b3aee998 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 4 Mar 2020 21:58:58 -0600 Subject: [PATCH] mgr/cephadm: upgrade crash collectors too Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index fa78ba4bb533a..14e80082f501f 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -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: -- 2.39.5