
This update is the result of an extract_swift_flags run on the swift stable/icehouse branch. Partial-Bug: #1308858 Change-Id: I89394df1652e96d8c38b71416039f56cdefe55bf
85 lines
3.8 KiB
XML
85 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- 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. -->
|
|
<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>sync_method = rsync</td><td>No help text available for this option.</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>node_timeout = <whatever's in the DEFAULT section or 10></td><td>Request timeout to external services</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>
|
|
<tr>
|
|
<td>handoffs_first = False</td><td>If set to True, partitions that are not supposed to be on the node will be replicated first. The default setting should not be changed, except for extreme situations.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>handoff_delete = auto</td><td>By default handoff partitions will be removed when it has successfully replicated to all the canonical nodes. If set to an integer n, it will remove the partition if it is successfully replicated to n nodes. The default setting should not be changed, except for extremem situations. This uses what's set here, or what's set in the DEFAULT section, or 10 (though other sections use 3 as the final default).</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |