]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: drop references to drive_groups in batch doc
authorJan Fajerski <jfajerski@suse.com>
Fri, 2 Oct 2020 10:08:26 +0000 (12:08 +0200)
committerJan Fajerski <jfajerski@suse.com>
Fri, 2 Oct 2020 10:08:26 +0000 (12:08 +0200)
The drive_groups code is orchestrator specific and not present in
nautilus.

Signed-off-by: Jan Fajerski <jfajerski@suse.com>
doc/ceph-volume/lvm/batch.rst

index 793f1d542add748da70f44d9f7374c95380c1819..84959fb5705886b082e45f39f000683735087959 100644 (file)
@@ -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`.