From 43788de7b044862380bce9e44403fe1b8d3ca8ad Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 23 Feb 2021 15:48:29 +0100 Subject: [PATCH] mgr/orch: Add cephfs-mirror to enum Signed-off-by: Sebastian Wagner (cherry picked from commit d9d8d717335227a83812acbf33e8fa8bb3383de0) --- src/pybind/mgr/orchestrator/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index ae1c4c4e3635..d314dc27ae11 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -43,6 +43,7 @@ class ServiceType(enum.Enum): mon = 'mon' mgr = 'mgr' rbd_mirror = 'rbd-mirror' + cephfs_mirror = 'cephfs-mirror' crash = 'crash' alertmanager = 'alertmanager' grafana = 'grafana' -- 2.47.3