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>
.. 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.