2cc66311cb
Change-Id: Ib57f5db125421e317c7d0cf0c14ec744b4066a46
60 lines
2.3 KiB
XML
60 lines
2.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- The tool that generated this table lives in the
|
|
openstack-doc-tools repository. The editions made in
|
|
this file will *not* be lost if you run the script again. -->
|
|
<table rules="all">
|
|
<caption>Description of configuration options for
|
|
<literal>[object-expirer]</literal> in <filename>object-expirer.conf</filename>
|
|
</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><option>auto_create_account_prefix</option> = <replaceable>.</replaceable></td>
|
|
<td>Prefix to use when automatically creating accounts</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>concurrency</option> = <replaceable>1</replaceable></td>
|
|
<td>Number of replication workers to spawn</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>expiring_objects_account_name</option> = <replaceable>expiring_objects</replaceable></td>
|
|
<td>No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>interval</option> = <replaceable>300</replaceable></td>
|
|
<td>Minimum time for a pass to take</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>process</option> = <replaceable>0</replaceable></td>
|
|
<td>(it will actually accept(2) N + 1). Setting this to one (1) will
|
|
only handle one request at a time, without
|
|
accepting another request concurrently.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>processes</option> = <replaceable>0</replaceable></td>
|
|
<td>No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>reclaim_age</option> = <replaceable>604800</replaceable></td>
|
|
<td>Time elapsed in seconds before an object can be reclaimed</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>recon_cache_path</option> = <replaceable>/var/cache/swift</replaceable></td>
|
|
<td>Directory where stats for a few items will be stored</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>report_interval</option> = <replaceable>300</replaceable></td>
|
|
<td>No help text available for this option.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|