From: Jan Fajerski Date: Fri, 2 Oct 2020 10:08:26 +0000 (+0200) Subject: doc: drop references to drive_groups in batch doc X-Git-Tag: v14.2.13~5^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5091ba1757b9f7a67a601eb8704d2b36a352e466;p=ceph.git doc: drop references to drive_groups in batch doc The drive_groups code is orchestrator specific and not present in nautilus. Signed-off-by: Jan Fajerski --- diff --git a/doc/ceph-volume/lvm/batch.rst b/doc/ceph-volume/lvm/batch.rst index 793f1d542ad..84959fb5705 100644 --- a/doc/ceph-volume/lvm/batch.rst +++ b/doc/ceph-volume/lvm/batch.rst @@ -3,9 +3,7 @@ ``batch`` =========== The subcommand allows to create multiple OSDs at the same time given -an input of devices. The ``batch`` subcommand is closely related to -drive-groups. One individual drive group specification translates to a single -``batch`` invocation. +an input of devices. The subcommand is based to :ref:`ceph-volume-lvm-create`, and will use the very same code path. All ``batch`` does is to calculate the appropriate sizes of all @@ -129,5 +127,3 @@ Suppose /dev/sdc goes bad and needs to be replaced. After destroying the OSD and replacing the hardware, you can again call the same command and `ceph-volume` will detect that only two out of the three wanted OSDs are setup and re-create the missing OSD. - -This idempotency notion is tightly coupled to and extensively used by :ref:`drivegroups`.