The systemd unit will look for the matching OSD device, and by looking at its
:term:`LVM tags` will proceed to:
-# mount the device in the corresponding location (by convention this is
- ``/var/lib/ceph/osd/<cluster name>-<osd id>/``)
+#. Mount the device in the corresponding location (by convention this is
+``/var/lib/ceph/osd/<cluster name>-<osd id>/``)
-# ensure that all required devices are ready for that OSD. In the case of
+#. Ensure that all required devices are ready for that OSD. In the case of
a journal (when ``--filestore`` is selected) the device will be queried (with
``blkid`` for partitions, and lvm for logical volumes) to ensure that the
correct device is being linked. The symbolic link will *always* be re-done to
ensure that the correct device is linked.
-# start the ``ceph-osd@0`` systemd unit
+#. Start the ``ceph-osd@0`` systemd unit
.. note:: The system infers the objectstore type (filestore or bluestore) by
inspecting the LVM tags applied to the OSD devices
-------
To recap the ``activate`` process for :term:`bluestore`:
-#. require both :term:`OSD id` and :term:`OSD uuid`
-#. enable the system unit with matching id and uuid
+#. Require both :term:`OSD id` and :term:`OSD uuid`
+#. Enable the system unit with matching id and uuid
#. Create the ``tmpfs`` mount at the OSD directory in
``/var/lib/ceph/osd/$cluster-$id/``
#. Recreate all the files needed with ``ceph-bluestore-tool prime-osd-dir`` by
pointing it to the OSD ``block`` device.
-#. the systemd unit will ensure all devices are ready and linked
-#. the matching ``ceph-osd`` systemd unit will get started
+#. The systemd unit will ensure all devices are ready and linked
+#. The matching ``ceph-osd`` systemd unit will get started
And for :term:`filestore`:
-#. require both :term:`OSD id` and :term:`OSD uuid`
-#. enable the system unit with matching id and uuid
-#. the systemd unit will ensure all devices are ready and mounted (if needed)
-#. the matching ``ceph-osd`` systemd unit will get started
+#. Require both :term:`OSD id` and :term:`OSD uuid`
+#. Enable the system unit with matching id and uuid
+#. The systemd unit will ensure all devices are ready and mounted (if needed)
+#. The matching ``ceph-osd`` systemd unit will get started