From: Sebastian Wagner Date: Fri, 26 Feb 2021 12:34:52 +0000 (+0100) Subject: mgr/cephadm: add cephfs-mirror to CEPH_UPGRADE_ORDER X-Git-Tag: v17.1.0~2660^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39640%2Fhead;p=ceph.git mgr/cephadm: add cephfs-mirror to CEPH_UPGRADE_ORDER Signed-off-by: Sebastian Wagner --- diff --git a/src/pybind/mgr/cephadm/utils.py b/src/pybind/mgr/cephadm/utils.py index d5e9ab00353d..82ad06576535 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