openstack-manuals/doc/config-reference/block-storage/section_cinder-log-files.xml
Christian Berendt a6bce01980 Unified the syntax of the XML root element (config-reference)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
2014-07-10 14:11:19 +02:00

78 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section 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="section_cinder-logs">
<title>Log files used by Block Storage</title>
<para>The corresponding log file of each Block Storage service
is stored in the <filename>/var/log/cinder/</filename>
directory of the host on which each service runs.</para>
<table rules="all">
<caption>Log files used by Block Storage services</caption>
<col width="35%"/>
<col width="35%"/>
<col width="30%"/>
<thead>
<tr>
<td>
Log file
</td>
<td>
Service/interface (for CentOS, Fedora, openSUSE, Red Hat
Enterprise Linux, and SUSE Linux Enterprise)
</td>
<td>
Service/interface (for Ubuntu and Debian)
</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<filename>api.log</filename>
</td>
<td>
<systemitem class="service">openstack-cinder-api</systemitem>
</td>
<td>
<systemitem class="service">cinder-api</systemitem>
</td>
</tr>
<tr>
<td>
<filename>cinder-manage.log</filename>
</td>
<td>
<systemitem class="service">cinder-manage</systemitem>
</td>
<td>
<systemitem class="service">cinder-manage</systemitem>
</td>
</tr>
<tr>
<td>
<filename>scheduler.log</filename>
</td>
<td>
<systemitem class="service">openstack-cinder-scheduler</systemitem>
</td>
<td>
<systemitem class="service">cinder-scheduler</systemitem>
</td>
</tr>
<tr>
<td>
<filename>volume.log</filename>
</td>
<td>
<systemitem class="service">openstack-cinder-volume</systemitem>
</td>
<td>
<systemitem class="service">cinder-volume</systemitem>
</td>
</tr>
</tbody>
</table>
</section>