c4ed2b2b99
The cinder install section previously only had package install It splits out controller sections from a block storage node where the disk lives. this patch adds database, endpoint creation, service restarts. what's needed: block1: creation of volume group, tgt setup (suggest following http://devstack.org/lib/cinder.html) both: setting driver and key manager as usual, if fifieldt is not on IRC this patch is up for grabs Change-Id: I313e696881618561bdd7cbd8d5c5db1eccbde4e1
17 lines
973 B
XML
17 lines
973 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>Adding Block Storage</title>
|
|
<para>The OpenStack Block Storage service works though the interaction of a series of daemon
|
|
processes named cinder-* that reside persistently on the host machine or machines. The
|
|
binaries can all be run from a single node, or spread across multiple nodes. They can
|
|
also be run on the same node as other OpenStack services. The following sections
|
|
explain the Block Storage components as well as how to configure and install Block
|
|
Storage.</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>
|