From: Pierre Riteau Date: Thu, 22 May 2025 16:30:07 +0000 (+0200) Subject: doc/cephadm: fix upgrade ordering X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63433%2Fhead;p=ceph.git doc/cephadm: fix upgrade ordering This fixes the documentation of Cephadm upgrade ordering, as defined by CEPH_UPGRADE_ORDER. Also replace the long single line ASCII arrow chain with a bullet list. Signed-off-by: Pierre Riteau --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 536985a46e7..f918a2fbc02 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -269,8 +269,28 @@ Example: specifying services and using limit: .. note:: Cephadm strictly enforces an order to the upgrade of daemons that is still present - in staggered upgrade scenarios. The current upgrade ordering is - ``mgr -> mon -> crash -> osd -> mds -> rgw -> rbd-mirror -> cephfs-mirror -> iscsi -> nfs``. + in staggered upgrade scenarios. The current upgrade ordering is: + + * ``mgr`` + * ``mon`` + * ``crash`` + * ``osd`` + * ``mds`` + * ``rgw`` + * ``rbd-mirror`` + * ``cephfs-mirror`` + * ``ceph-exporter`` + * ``iscsi`` + * ``nfs`` + * ``nvmeof`` + * ``smb`` + * ``node-exporter`` + * ``prometheus`` + * ``alertmanager`` + * ``grafana`` + * ``loki`` + * ``promtail`` + If you specify parameters that would upgrade daemons out of order, the upgrade command will block and note which daemons will be missed if you proceed.