
There were some syntax problems that came over with the migration of the install docs in commit: 88be92ee719baff6d5f2f7e7e073b118db2dc2e0 It appears that the docs build for Cinder is more strict than what was being done in openstack-manuals as the syntax issues were causing our build to fail. The next step in our doc migration is to fix these errors so we can do doc builds. Change-Id: I7282b2fa2efb50cbb6490ff36f69b123959b6dde
26 lines
848 B
ReStructuredText
26 lines
848 B
ReStructuredText
.. _cinder:
|
|
|
|
============================
|
|
Cinder Installation Tutorial
|
|
============================
|
|
|
|
The Block Storage service (cinder) provides block storage devices
|
|
to guest instances. The method in which the storage is provisioned and
|
|
consumed is determined by the Block Storage driver, or drivers
|
|
in the case of a multi-backend configuration. There are a variety of
|
|
drivers that are available: NAS/SAN, NFS, iSCSI, Ceph, and more.
|
|
|
|
The Block Storage API and scheduler services typically run on the controller
|
|
nodes. Depending upon the drivers used, the volume service can run
|
|
on controller nodes, compute nodes, or standalone storage nodes.
|
|
|
|
For more information, see the
|
|
`Configuration Reference <https://docs.openstack.org/ocata/config-reference/block-storage/volume-drivers.html>`_.
|
|
|
|
.. toctree::
|
|
|
|
index-obs
|
|
index-rdo
|
|
index-ubuntu
|
|
|