]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-volume: explain idempotence 54231/head
authorZac Dover <zac.dover@proton.me>
Sun, 29 Oct 2023 12:01:11 +0000 (22:01 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 29 Oct 2023 12:05:11 +0000 (22:05 +1000)
Improve the grammar of a note explaining that the execution of the call
that activates ceph-volume is idempotent.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/ceph-volume/lvm/activate.rst

index d5129def11d5353d05a13798518cdbcebba0c8d7..3f86e98b70cc7009b19be6cdbccc70929bbd88b0 100644 (file)
@@ -10,8 +10,9 @@ 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.
 
-.. note:: The execution of this call is fully idempotent, and there is no
-          side-effects when running multiple times
+.. 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.