From 16698a2b13b5a29f29175b609f86207ffe31bf80 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Tue, 8 Sep 2020 14:11:15 +0200 Subject: [PATCH] idempotency must result in the same outcome ...not should Co-authored-by: Joshua Schmid Signed-off-by: Jan Fajerski (cherry picked from commit fcacd0b96ab195e939f6f879b0a0362a06385f9a) --- doc/ceph-volume/lvm/batch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ceph-volume/lvm/batch.rst b/doc/ceph-volume/lvm/batch.rst index 7be4ec90559fa..793f1d542add7 100644 --- a/doc/ceph-volume/lvm/batch.rst +++ b/doc/ceph-volume/lvm/batch.rst @@ -117,7 +117,7 @@ this is not possible, no OSDs will be deployed. Idempotency and disk replacements ================================= `ceph-volume lvm batch` intends to be idempotent, i.e. calling the same command -repeatedly should result in the same outcome. For example calling:: +repeatedly must result in the same outcome. For example calling:: $ ceph-volume lvm batch --report /dev/sdb /dev/sdc /dev/sdd --db-devices /dev/nvme0n1 -- 2.39.5