]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix upgrade ordering 63433/head
authorPierre Riteau <pierre@stackhpc.com>
Thu, 22 May 2025 16:30:07 +0000 (18:30 +0200)
committerPierre Riteau <pierre@stackhpc.com>
Thu, 22 May 2025 16:30:07 +0000 (18:30 +0200)
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 <pierre@stackhpc.com>
doc/cephadm/upgrade.rst

index 536985a46e73a7aaf40af130c3f2e6e189c79195..f918a2fbc029e55af0261ce8329c8cf837cf5764 100644 (file)
@@ -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.