6cae4bcd6c
Describe how the Block Storage service can be tested after installation (volume creation). Closes-Bug: #1308370 Change-Id: If9d589c2afcdce13f33d53a27c18526ff3f6b90e
26 lines
1.3 KiB
XML
26 lines
1.3 KiB
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"/>
|
|
<xi:include href="section_cinder-verify.xml"/>
|
|
<section xml:id="section_cinder_next_steps">
|
|
<title>Next steps</title>
|
|
<para>Your OpenStack environment now includes Block Storage. You can
|
|
<link linkend="launch-instance">launch an instance</link> or add more
|
|
services to your environment in the following chapters.</para>
|
|
</section>
|
|
</chapter>
|