KATO Tomoyuki 7048e8f023 [install-guide] convert cinder chapter to RST
Change-Id: I633d215e77ffbfaf0af7cbbc202379f964dbc56f
Implements: blueprint installguide-liberty
2015-07-11 08:55:37 +09:00

1.0 KiB

Add the Block Storage service

cinder-controller-node.rst cinder-storage-node.rst cinder-verify.rst cinder-next-steps.rst

The OpenStack Block Storage service 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 <http://docs.openstack.org/kilo/ config-reference/content/section_volume-drivers.html>__.

Note

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