summaryrefslogtreecommitdiffstats
path: root/doc/ceph-volume
diff options
context:
space:
mode:
authorzdover23 <zac.dover@proton.me>2023-10-30 01:54:32 +0100
committerGitHub <noreply@github.com>2023-10-30 01:54:32 +0100
commit2ee87b3e4d9054952021e2c0792c738d281c1760 (patch)
tree206cc1d6a37b5887805a1c81fa38aa1283e6c111 /doc/ceph-volume
parentMerge pull request #54231 from zdover23/wip-doc-2023-10-29-ceph-volume-lvm-ac... (diff)
parentdoc/ceph-volume: improve front matter (diff)
downloadceph-2ee87b3e4d9054952021e2c0792c738d281c1760.tar.xz
ceph-2ee87b3e4d9054952021e2c0792c738d281c1760.zip
Merge pull request #54232 from zdover23/wip-doc-2023-10-29-ceph-volume-lvm-activate-2
doc/ceph-volume: improve front matter Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Diffstat (limited to 'doc/ceph-volume')
-rw-r--r--doc/ceph-volume/lvm/activate.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/ceph-volume/lvm/activate.rst b/doc/ceph-volume/lvm/activate.rst
index 3f86e98b70c..fe34ecb713a 100644
--- a/doc/ceph-volume/lvm/activate.rst
+++ b/doc/ceph-volume/lvm/activate.rst
@@ -3,19 +3,20 @@
``activate``
============
-Once :ref:`ceph-volume-lvm-prepare` is completed, and all the various steps
-that entails are done, the volume is ready to get "activated".
+After :ref:`ceph-volume-lvm-prepare` has completed its run, the volume can be
+activated.
-This activation process enables a systemd unit that persists the OSD ID and its
-UUID (also called ``fsid`` in Ceph CLI tools), so that at boot time it can
-understand what OSD is enabled and needs to be mounted.
+Activating the volume involves enabling a ``systemd`` unit that persists the
+``OSD ID`` and its ``UUID`` (which is also called the ``fsid`` in the Ceph CLI
+tools). After this information has been persisted, the cluster can determine
+which OSD is enabled and must be mounted.
.. note:: The execution of this call is fully idempotent. This means that the
call can be executed multiple times without changing the result of its first
successful execution.
-For OSDs deployed by cephadm, please refer to :ref:`cephadm-osd-activate`
-instead.
+For information about OSDs deployed by cephadm, refer to
+:ref:`cephadm-osd-activate`.
New OSDs
--------