Merge pull request #39612 from jmolmo/fix_rook_orch_ls

mgr/orchestrator: Fix ceph orch ls in Rook

Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Varsha Rao <varao@redhat.com>
This commit is contained in:
Sebastian Wagner 2021-03-02 14:47:25 +01:00 committed by GitHub
commit a171b32a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1208,6 +1208,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',
}