mirror of
https://github.com/ceph/ceph
synced 2024-12-25 04:43:17 +00:00
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 <zac.dover@proton.me>
This commit is contained in:
parent
d6f6dd1fbf
commit
e58bc3e4df
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user