]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: add cephfs-mirror to CEPH_UPGRADE_ORDER 39640/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 26 Feb 2021 12:34:52 +0000 (13:34 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 10 Mar 2021 14:02:41 +0000 (15:02 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/utils.py

index d5e9ab00353d900b24b0817e8dec56ccc537c89d..82ad06576535c28aadb669a4f564a42136f071e2 100644 (file)
@@ -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