mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
Merge pull request #20758 from ceph/wip-cv-doc-typos
ceph-volume doc updates Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
This commit is contained in:
commit
9808407737
@ -67,7 +67,7 @@ ensure that the correct device is linked.
|
||||
|
||||
Existing OSDs
|
||||
-------------
|
||||
For exsiting OSDs that have been deployed with different tooling, the only way
|
||||
For existing OSDs that have been deployed with different tooling, the only way
|
||||
to port them over to the new mechanism is to prepare them again (losing data).
|
||||
See :ref:`ceph-volume-lvm-existing-osds` for details on how to proceed.
|
||||
|
||||
|
@ -38,7 +38,7 @@ volume setups, since encryption will happen once the LV is created.
|
||||
Workflow
|
||||
--------
|
||||
When setting up the OSD, a secret key will be created, that will be passed
|
||||
along to the monitor in JSON format as stdin to prevent the key from being
|
||||
along to the monitor in JSON format as ``stdin`` to prevent the key from being
|
||||
captured in the logs.
|
||||
|
||||
The JSON payload looks something like::
|
||||
|
@ -158,9 +158,8 @@ any data** in the OSD)::
|
||||
|
||||
The command line tool will not contact the monitor to generate an OSD ID and
|
||||
will format the LVM device in addition to storing the metadata on it so that it
|
||||
can later be startednot contact the monitor to generate an OSD ID and will
|
||||
format the LVM device in addition to storing the metadata on it so that it can
|
||||
later be started (for detailed metadata description see :ref:`ceph-volume-lvm-tags`).
|
||||
can be started later (for detailed metadata description see
|
||||
:ref:`ceph-volume-lvm-tags`).
|
||||
|
||||
|
||||
.. _ceph-volume-lvm-prepare_bluestore:
|
||||
|
@ -3,7 +3,7 @@ scan
|
||||
This sub-command will allow to discover Ceph volumes previously setup by the
|
||||
tool by looking into the system's logical volumes and their tags.
|
||||
|
||||
As part of the the :ref:`ceph-volume-lvm-prepare` process, the logical volumes are assigned
|
||||
As part of the :ref:`ceph-volume-lvm-prepare` process, the logical volumes are assigned
|
||||
a few tags with important pieces of information.
|
||||
|
||||
.. note:: This sub-command is not yet implemented
|
||||
|
Loading…
Reference in New Issue
Block a user