From f885072ffa14dcbf74e42ec364867e36aacdd926 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 26 Feb 2021 13:34:52 +0100 Subject: [PATCH] mgr/cephadm: add cephfs-mirror to CEPH_UPGRADE_ORDER Signed-off-by: Sebastian Wagner --- src/pybind/mgr/cephadm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/utils.py b/src/pybind/mgr/cephadm/utils.py index d5e9ab00353d9..82ad06576535c 100644 --- a/src/pybind/mgr/cephadm/utils.py +++ b/src/pybind/mgr/cephadm/utils.py @@ -21,7 +21,7 @@ class CephadmNoImage(Enum): # ceph daemon types that use the ceph container image. # NOTE: listed in upgrade order! -CEPH_UPGRADE_ORDER = ['mgr', 'mon', 'crash', 'osd', 'mds', 'rgw', 'rbd-mirror'] +CEPH_UPGRADE_ORDER = ['mgr', 'mon', 'crash', 'osd', 'mds', 'rgw', 'rbd-mirror', 'cephfs-mirror'] # Used for _run_cephadm used for check-host etc that don't require an --image parameter -- 2.39.5