c41dbfc0e2
Shared File Systems service (manila) should be added to the Config Ref similar to Block Storage (cinder). The content would be similar to cinder in that it would have sections to describe Intro, Drivers, Log Files and Options. Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6 Implements: blueprint manila-config-ref
78 lines
2.3 KiB
XML
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_manila-logs">
|
|
<title>Log files used by Shared File Systems</title>
|
|
<para>The corresponding log file of each Shared File Systems service
|
|
is stored in the <filename>/var/log/manila/</filename>
|
|
directory of the host on which each service runs.</para>
|
|
<table rules="all">
|
|
<caption>Log files used by Shared File Systems 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-manila-api</systemitem>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">manila-api</systemitem>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<filename>manila-manage.log</filename>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">manila-manage</systemitem>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">manila-manage</systemitem>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<filename>scheduler.log</filename>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">openstack-manila-scheduler</systemitem>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">manila-scheduler</systemitem>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<filename>share.log</filename>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">openstack-manila-share</systemitem>
|
|
</td>
|
|
<td>
|
|
<systemitem class="service">manila-share</systemitem>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|