5fca287eb5
There are several instances of "Block Storage Service" in the upstream documentation. As was recently clarified in the docs mailing list, these should be "Block Storage service". This patch applies the fix. Change-Id: I591c100ab031b75f1c0d27d45f53e32401a26e30 Partial-Bug: #1217503
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>
|