6588edc94c
Change-Id: I16006a85115659e8cd5b893bac55cb23e7731218
19 lines
980 B
XML
19 lines
980 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 through 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>
|