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:
Alfredo Deza 2018-04-09 09:58:56 -04:00 committed by GitHub
commit 9808407737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -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.

View File

@ -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::

View File

@ -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:

View File

@ -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