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
30 lines
1.6 KiB
XML
30 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter version="5.0" xml:id="ch_configuring-openstack-block-storage"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:ns5="http://www.w3.org/1999/xhtml"
|
|
xmlns:ns4="http://www.w3.org/2000/svg"
|
|
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:ns="http://docbook.org/ns/docbook">
|
|
<title>Block Storage</title>
|
|
<para>The OpenStack Block Storage service works with many different
|
|
storage drivers that you can configure by using these instructions.</para>
|
|
<xi:include href="block-storage/section_block-storage-overview.xml"/>
|
|
<section xml:id="setting-flags-in-cinder-conf-file">
|
|
<title><filename>cinder.conf</filename> configuration file</title>
|
|
<para>The <filename>cinder.conf</filename> file is installed in
|
|
<filename>/etc/cinder</filename> by default. When you manually
|
|
install the Block Storage service, the options in the
|
|
<filename>cinder.conf</filename> file are set to default values.</para>
|
|
<para>This example shows a typical
|
|
<filename>cinder.conf</filename> file:</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="../common/samples/cinder.conf"/></programlisting>
|
|
</section>
|
|
<xi:include href="block-storage/section_volume-drivers.xml"/>
|
|
<xi:include href="block-storage/section_backup-drivers.xml"/>
|
|
<xi:include href="block-storage/section_block-storage-sample-configuration-files.xml" />
|
|
<xi:include href="block-storage/section_cinder-log-files.xml"/>
|
|
<xi:include href="block-storage/section_fc-zoning.xml"/>
|
|
</chapter>
|