]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: Fix ceph orch ls in Rook 39612/head
authorJuan Miguel Olmo Martínez <jolmomar@redhat.com>
Mon, 22 Feb 2021 13:00:43 +0000 (14:00 +0100)
committerJuan Miguel Olmo Martínez <jolmomar@redhat.com>
Wed, 24 Feb 2021 14:03:53 +0000 (15:03 +0100)
Fixes: https://tracker.ceph.com/issues/49411
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
src/pybind/mgr/orchestrator/_interface.py

index 7b5f03ddfdd5e91b7a64dd8350fd85a66076831a..7e2d004ae51768e669a0a29185a34acf189ebbf0 100644 (file)
@@ -1207,6 +1207,7 @@ def daemon_type_to_service(dtype: str) -> str:
         'prometheus': 'prometheus',
         'node-exporter': 'node-exporter',
         'crash': 'crash',
+        'crashcollector': 'crash',  # Specific Rook Daemon
         'container': 'container',
         'cephadm-exporter': 'cephadm-exporter',
     }