Skip to content

Commit

Permalink
doc/ceph-volume: add A. D'Atri's suggestions
Browse files Browse the repository at this point in the history
Add Anthony D'Atri's notes on doc/ceph-volume/lvm/prepare.rst as
expressed in ceph#48634.

Signed-off-by: Zac Dover <[email protected]>
  • Loading branch information
Zac Dover committed Oct 28, 2022
1 parent f6dc0be commit 98b5330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/ceph-volume/lvm/prepare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ the backend, which can be done by using the following flags and arguments:

``bluestore``
-------------
:term:`Bluestore<bluestore>` is the default object store for new OSDs. It
:term:`Bluestore<bluestore>` is the default backend for new OSDs. It
offers more flexibility for devices than :term:`filestore` does. Bluestore
supports the following configurations:

Expand All @@ -37,13 +37,13 @@ supports the following configurations:
* a block device and a block.db device
* a single block device

The bluestore subcommand accepts physical block devices, partitions on physical
The ``bluestore`` subcommand accepts physical block devices, partitions on physical
block devices, or logical volumes as arguments for the various device
parameters. If a physical block device is provided, a logical volume will be
created. If the provided volume group's name begins with `ceph`, it will be
created if it does not yet exist and it will be clobbered and reused if it
already exists. This allows for a simpler approach to using LVM but at the
cost of flexibility: no options or configurations can be used to change how the
cost of flexibility: no option or configuration can be used to change how the
logical volume is created.

The ``block`` is specified with the ``--data`` flag, and in its simplest use
Expand Down

0 comments on commit 98b5330

Please sign in to comment.