From fac9380f2e8db7d9bcddb8e00ed300b8c414aa21 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Thu, 17 Feb 2022 20:04:34 +0100 Subject: [PATCH] doc: fix format issues Signed-off-by: Ernesto Puerta --- doc/ceph-volume/lvm/activate.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/ceph-volume/lvm/activate.rst b/doc/ceph-volume/lvm/activate.rst index 15df64cfebd..3291cf332dc 100644 --- a/doc/ceph-volume/lvm/activate.rst +++ b/doc/ceph-volume/lvm/activate.rst @@ -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/-/``) +#. Mount the device in the corresponding location (by convention this is +``/var/lib/ceph/osd/-/``) -# 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 -- 2.47.3