diff options
author | Zac Dover <zac.dover@proton.me> | 2023-10-29 13:15:13 +0100 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2023-10-30 00:38:52 +0100 |
commit | 23190dd91861d1dcb8d03b78fb378e042394dfad (patch) | |
tree | 001df056510d273c314744f4dc3a8a94546bf6b7 /doc/ceph-volume | |
parent | Merge pull request #54082 from pdvian/wip-qa-suites-fix (diff) | |
download | ceph-23190dd91861d1dcb8d03b78fb378e042394dfad.tar.xz ceph-23190dd91861d1dcb8d03b78fb378e042394dfad.zip |
doc/ceph-volume: improve front matter
Simplify and improve the readability of the front matter of
doc/ceph-volume/lvm/activate.rst.
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'doc/ceph-volume')
-rw-r--r-- | doc/ceph-volume/lvm/activate.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/ceph-volume/lvm/activate.rst b/doc/ceph-volume/lvm/activate.rst index d5129def11d..bf7dab06aef 100644 --- a/doc/ceph-volume/lvm/activate.rst +++ b/doc/ceph-volume/lvm/activate.rst @@ -3,18 +3,19 @@ ``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, and there is no side-effects when running multiple times -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 -------- |