0465b9ce3e
This patch adds the list of log files used by Block Storage services. It also includes the os-specific name of each service/interface that corresponds to each log file. Change-Id: I99d2a3abf5dd6d03aac246e1baf1355949be3eac Partial-Bug: #1282882
29 lines
1.6 KiB
XML
29 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"/>
|
|
</chapter>
|