]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-volume: improve prepare.rst 48665/head
authorZac Dover <zac.dover@gmail.com>
Sat, 29 Oct 2022 22:46:26 +0000 (08:46 +1000)
committerZac Dover <zac.dover@gmail.com>
Sat, 29 Oct 2022 22:46:26 +0000 (08:46 +1000)
Incorporate Anthony D'Atri's suggestions from
https://github.com/ceph/ceph/pull/48651.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/ceph-volume/lvm/prepare.rst

index e5190a288c906395df96fcad8ddd072ed4e7166c..7944f64ad81e72b807d257e9aefabca074008e6f 100644 (file)
@@ -2,10 +2,8 @@
 
 ``prepare``
 ===========
-This subcommand facilitates the setup of :term:`filestore` or
-:term:`bluestore`. Before you run ``ceph-volume lvm prepare``, we recommend
-that you provision a logical volume. Then you can run ``prepare`` on that
-logical volume. 
+Before you run ``ceph-volume lvm prepare``, we recommend that you provision a
+logical volume. Then you can run ``prepare`` on that logical volume. 
 
 ``prepare`` adds metadata to logical volumes but does not alter them in any
 other way. 
@@ -16,9 +14,9 @@ other way.
 ``prepare`` uses :term:`LVM tags` to assign several pieces of metadata to a
 logical volume. Volumes tagged in this way are easier to identify and easier to
 use with Ceph. :term:`LVM tags` identify logical volumes by the role that they
-play in the Ceph cluster (for example: journal, filestore, or bluestore).
+play in the Ceph cluster (for example: BlueStore data or BlueStore WAL+DB).
 
-:term:`Bluestore<bluestore>` is the default backend. Ceph permits changing
+:term:`BlueStore<bluestore>` is the default backend. Ceph permits changing
 the backend, which can be done by using the following flags and arguments:
 
 * :ref:`--filestore <ceph-volume-lvm-prepare_filestore>`