openstack-manuals/doc/install-guide/source/cinder.rst
Christian Berendt b19006120f [install] improve the service entry pages
Change-Id: If676fc50f0e2dafa4c9f396b8e8d60ff867125f0
2016-04-18 23:55:58 -05:00

1.0 KiB

Block Storage service

common/get_started_block_storage.rst cinder-controller-install.rst cinder-storage-install.rst cinder-verify.rst cinder-next-steps.rst

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 controllers, compute nodes, or standalone storage nodes.

For more information, see the Configuration Reference.

Note

This chapter omits the backup manager because it depends on the Object Storage service.