openstack-manuals/doc/config-reference/block-storage/section_cinder-log-files.xml
Don Domingo cbf7f2ade9 Apply review edits to cinder log file section
This patch applies the edits suggested by reviewers for the other
service log patches, specifically
https://review.openstack.org/#/c/76752/ and
https://review.openstack.org/#/c/76747/.

Change-Id: I7ffb66b4c5d1974b703a4f76e5759c6f786c91e3
Related-Bug: #1282882
2014-03-05 10:02:06 +10:00

77 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>