]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix format issues 45081/head
authorErnesto Puerta <37327689+epuertat@users.noreply.github.com>
Thu, 17 Feb 2022 19:04:34 +0000 (20:04 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Fri, 4 Mar 2022 10:20:18 +0000 (11:20 +0100)
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
doc/ceph-volume/lvm/activate.rst

index 15df64cfebdd1e7fab648647241f5c838d6f6d37..3291cf332dc141722e03196c0c6c817143711d94 100644 (file)
@@ -78,16 +78,16 @@ Would start the discovery process for the OSD with an id of ``0`` and a UUID of
 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
@@ -104,18 +104,18 @@ Summary
 -------
 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