From e58bc3e4df97d950d96d006b6336e10dbe9327a2 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 29 Oct 2023 22:01:11 +1000 Subject: [PATCH] doc/ceph-volume: explain idempotence Improve the grammar of a note explaining that the execution of the call that activates ceph-volume is idempotent. Signed-off-by: Zac Dover --- doc/ceph-volume/lvm/activate.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/ceph-volume/lvm/activate.rst b/doc/ceph-volume/lvm/activate.rst index d5129def11d..3f86e98b70c 100644 --- a/doc/ceph-volume/lvm/activate.rst +++ b/doc/ceph-volume/lvm/activate.rst @@ -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.