
The pages under man/ had not been linked to from anywhere. This was causing Sphinx to issue warnings during build. This patch corrects that. There was also a 'todo' directive that wasn't valid that needed to be removed. This patch also corrects that. Change-Id: I8ab75b7be921a05e9e4eb023c4dfe90cf4404e6c
28 lines
889 B
ReStructuredText
28 lines
889 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::
|
|
|
|
overview
|
|
get-started-block-storage
|
|
index-obs
|
|
index-rdo
|
|
index-ubuntu
|
|
|