Minor corrections in cinder-guide documentation.

Some trivial corrections to the cinder-guide documentation.

TrivialFix

Change-Id: Ia8da35005f70d68366f2cb37297a278f4b0f93a4
This commit is contained in:
Mohammed Salih Puthenpurayil 2018-07-04 20:08:32 +04:00
parent fd3f54faed
commit de94eff534

View File

@ -7,7 +7,7 @@ Cinder in Kolla
Overview Overview
~~~~~~~~ ~~~~~~~~
Cinder can be deploying using Kolla and supports the following storage Cinder can be deployed using Kolla and supports the following storage
backends: backends:
* ceph * ceph
@ -20,7 +20,7 @@ backends:
LVM LVM
~~~ ~~~
When using the ``lvm`` backend, a volume group will need to be created on each When using the ``lvm`` backend, a volume group should be created on each
storage node. This can either be a real physical volume or a loopback mounted storage node. This can either be a real physical volume or a loopback mounted
file for development. Use ``pvcreate`` and ``vgcreate`` to create the volume file for development. Use ``pvcreate`` and ``vgcreate`` to create the volume
group. For example with the devices ``/dev/sdb`` and ``/dev/sdc``: group. For example with the devices ``/dev/sdb`` and ``/dev/sdc``:
@ -116,7 +116,7 @@ Create a volume as follows:
.. end .. end
Verify it is available. If it says "error" here something went wrong during Verify it is available. If it says "error", then something went wrong during
LVM creation of the volume. LVM creation of the volume.
.. code-block:: console .. code-block:: console
@ -139,7 +139,7 @@ Attach the volume to a server using:
.. end .. end
Check the console log added the disk: Check the console log to verify the disk addition:
.. code-block:: console .. code-block:: console
@ -200,7 +200,7 @@ targeted for nova compute role.
Cinder backend with external iSCSI storage Cinder backend with external iSCSI storage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In order to use external storage system (like one from EMC or NetApp) In order to use external storage system (like the ones from EMC or NetApp)
the following parameter must be specified in ``globals.yml``: the following parameter must be specified in ``globals.yml``:
.. code-block:: yaml .. code-block:: yaml