Description of configuration options for [object-replicator] in object-server.conf-sample
Configuration option = Default value Description
log_name = object-replicatorLabel used when logging
log_facility = LOG_LOCAL0Syslog log facility
log_level = INFOLogging level
log_address = /dev/logLocation where syslog sends the logs to
vm_test_mode = noIndicates that you are using a VM environment
daemonize = onWhether or not to run replication as a daemon
run_pause = 30Time in seconds to wait between replication passes
concurrency = 1Number of replication workers to spawn
stats_interval = 300Interval in seconds between logging replication statistics
sync_method = rsyncNo help text available for this option.
rsync_timeout = 900Max duration (seconds) of a partition rsync
rsync_bwlimit = 0No help text available for this option.
rsync_io_timeout = 30Passed to rsync for a max duration (seconds) of an I/O op
node_timeout = <whatever's in the DEFAULT section or 10>Request timeout to external services
http_timeout = 60Maximum duration for an HTTP request
lockup_timeout = 1800Attempts to kill all workers if nothing replications for lockup_timeout seconds
reclaim_age = 604800Time elapsed in seconds before an object can be reclaimed
ring_check_interval = 15How often (in seconds) to check the ring
recon_cache_path = /var/cache/swiftDirectory where stats for a few items will be stored
rsync_error_log_line_length = 0No help text available for this option.
handoffs_first = FalseIf 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.
handoff_delete = autoBy 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).