42b23e8c84
Closes-Bug: #1249082 Change-Id: I9f68073da5ca25867b2b8c099cce5df34f6a3eec author: diane fleming
19 lines
979 B
XML
19 lines
979 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="ch_cinder">
|
|
<title>Add the Block Storage Service</title>
|
|
<para>The OpenStack Block Storage Service works though the
|
|
interaction of a series of daemon processes named <systemitem
|
|
role="process">cinder-*</systemitem> that reside persistently on
|
|
the host machine or machines. You can run the binaries from a
|
|
single node or across multiple nodes. You can also run them on the
|
|
same node as other OpenStack services. The following sections
|
|
introduce Block Storage Service components and concepts and show
|
|
you how to configure and install the Block Storage Service.</para>
|
|
<xi:include href="../common/section_getstart_block-storage.xml"/>
|
|
<xi:include href="section_cinder-controller.xml"/>
|
|
<xi:include href="section_cinder-node.xml"/>
|
|
</chapter>
|