openstack-manuals/doc/common/tables/swift-object-expirer-object-expirer.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

60 lines
2.7 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>for each port (disk) in the ring. If you have 24 disks per server, and this setting is 4, then each storage node will have 1 + (24 * 4) = 97 total object-server processes running. This gives complete I/O isolation, drastically reducing the impact of slow disks on storage node performance. The object-replicator and object-reconstructor need to see this setting too, so it must be in the [DEFAULT] section. See :ref:`server-per-port-configuration`.</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>