1d75d9ec43
This commit just changes the autogenerated files to match what's output after the following commits in openstack-doc-tools: d740b7f4dd84a2142b7a370ebf3cf10f76c2a651 6708afbef1f4a662fd1b164ce3f635ad71ba7662 Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
73 lines
3.4 KiB
XML
73 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- The tool that generated this table lives in the
|
|
tools directory of this repository. As it was a one-time
|
|
generation, you can edit this file. -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for <literal>[object-replicator]</literal> in <literal>object-server.conf-sample</literal></caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>log_name = object-replicator</td><td>Label used when logging</td>
|
|
</tr>
|
|
<tr>
|
|
<td>log_facility = LOG_LOCAL0</td><td>Syslog log facility</td>
|
|
</tr>
|
|
<tr>
|
|
<td>log_level = INFO</td><td>Logging level</td>
|
|
</tr>
|
|
<tr>
|
|
<td>log_address = /dev/log</td><td>Location where syslog sends the logs to</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vm_test_mode = no</td><td>Indicates that you are using a VM environment</td>
|
|
</tr>
|
|
<tr>
|
|
<td>daemonize = on</td><td>Whether or not to run replication as a daemon</td>
|
|
</tr>
|
|
<tr>
|
|
<td>run_pause = 30</td><td>Time in seconds to wait between replication passes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>concurrency = 1</td><td>Number of replication workers to spawn</td>
|
|
</tr>
|
|
<tr>
|
|
<td>stats_interval = 300</td><td>Interval in seconds between logging replication statistics</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rsync_timeout = 900</td><td>Max duration (seconds) of a partition rsync</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rsync_bwlimit = 0</td><td>No help text available for this option</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rsync_io_timeout = 30</td><td>Passed to rsync for a max duration (seconds) of an I/O op</td>
|
|
</tr>
|
|
<tr>
|
|
<td>http_timeout = 60</td><td>Maximum duration for an HTTP request</td>
|
|
</tr>
|
|
<tr>
|
|
<td>lockup_timeout = 1800</td><td>Attempts to kill all workers if nothing replications for lockup_timeout seconds</td>
|
|
</tr>
|
|
<tr>
|
|
<td>reclaim_age = 604800</td><td>Time elapsed in seconds before an object can be reclaimed</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ring_check_interval = 15</td><td>How often (in seconds) to check the ring</td>
|
|
</tr>
|
|
<tr>
|
|
<td>recon_cache_path = /var/cache/swift</td><td>Directory where stats for a few items will be stored</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rsync_error_log_line_length = 0</td><td>No help text available for this option</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |