
This change updates the Cinder Volume install guide, targeting Windows deployments. The Windows iSCSI driver doc has been updated. The Windows SMB driver was undocumented, which is also addressed by this change. Closes-Bug: #1746022 Change-Id: I46fadc8df59f7203bc3445c24d3bd6547275ee5b
45 lines
1.5 KiB
ReStructuredText
45 lines
1.5 KiB
ReStructuredText
.. _cinder:
|
|
|
|
=========================
|
|
Cinder Installation Guide
|
|
=========================
|
|
|
|
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/cinder/latest/configuration/block-storage/volume-drivers.html>`_.
|
|
|
|
|
|
Prerequisites
|
|
~~~~~~~~~~~~~
|
|
|
|
This documentation specifically covers the installation of the Cinder Block Storage service. Before following this
|
|
guide you will need to prepare your OpenStack environment using the instructions in the
|
|
`OpenStack Installation Guide <https://docs.openstack.org/install-guide/>`_.
|
|
|
|
Once able to 'Launch an instance' in your OpenStack environment follow the instructions below to add
|
|
Cinder to the base environment.
|
|
|
|
|
|
Adding Cinder to your OpenStack Environment
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The following links describe how to install the Cinder Block Storage Service:
|
|
|
|
.. toctree::
|
|
|
|
get-started-block-storage
|
|
index-obs
|
|
index-rdo
|
|
index-ubuntu
|
|
index-windows
|
|
|