openstack-manuals/doc/config-reference/ch_blockstorageconfigure.xml
Andreas Jaeger 74048ae6b3 Add missing cinder options to config reference
Include all missing tables in a "misc" sections.

Change-Id: I8afca73c30bec0129c710a60ac8665fd649af657
2014-04-09 17:10:47 +02:00

31 lines
1.7 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"/>
<xi:include href="block-storage/section_misc.xml"/>
</chapter>