76 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[DEFAULT]
 | 
						|
# bind_ip = 0.0.0.0
 | 
						|
# bind_port = 6001
 | 
						|
# backlog = 4096
 | 
						|
# workers = 1
 | 
						|
# user = swift
 | 
						|
# swift_dir = /etc/swift
 | 
						|
# devices = /srv/node
 | 
						|
# mount_check = true
 | 
						|
# This is a comma separated list of hosts allowed in the X-Container-Sync-To
 | 
						|
# field for containers.
 | 
						|
# allowed_sync_hosts = 127.0.0.1
 | 
						|
# You can specify default log routing here if you want:
 | 
						|
# log_name = swift
 | 
						|
# log_facility = LOG_LOCAL0
 | 
						|
# log_level = INFO
 | 
						|
 | 
						|
[pipeline:main]
 | 
						|
pipeline = container-server
 | 
						|
 | 
						|
[app:container-server]
 | 
						|
use = egg:swift#container
 | 
						|
# You can override the default log routing for this app here:
 | 
						|
# set log_name = container-server
 | 
						|
# set log_facility = LOG_LOCAL0
 | 
						|
# set log_level = INFO
 | 
						|
# set log_requests = True
 | 
						|
# node_timeout = 3
 | 
						|
# conn_timeout = 0.5
 | 
						|
 | 
						|
[container-replicator]
 | 
						|
# You can override the default log routing for this app here (don't use set!):
 | 
						|
# log_name = container-replicator
 | 
						|
# log_facility = LOG_LOCAL0
 | 
						|
# log_level = INFO
 | 
						|
# vm_test_mode = no
 | 
						|
# per_diff = 1000
 | 
						|
# concurrency = 8
 | 
						|
# run_pause = 30
 | 
						|
# node_timeout = 10
 | 
						|
# conn_timeout = 0.5
 | 
						|
# The replicator also performs reclamation
 | 
						|
# reclaim_age = 604800
 | 
						|
 | 
						|
[container-updater]
 | 
						|
# You can override the default log routing for this app here (don't use set!):
 | 
						|
# log_name = container-updater
 | 
						|
# log_facility = LOG_LOCAL0
 | 
						|
# log_level = INFO
 | 
						|
# interval = 300
 | 
						|
# concurrency = 4
 | 
						|
# node_timeout = 3
 | 
						|
# conn_timeout = 0.5
 | 
						|
# slowdown will sleep that amount between containers
 | 
						|
# slowdown = 0.01
 | 
						|
# Seconds to suppress updating an account that has generated an error
 | 
						|
# account_suppression_time = 60
 | 
						|
 | 
						|
[container-auditor]
 | 
						|
# You can override the default log routing for this app here (don't use set!):
 | 
						|
# log_name = container-auditor
 | 
						|
# log_facility = LOG_LOCAL0
 | 
						|
# log_level = INFO
 | 
						|
# Will audit, at most, 1 container per device per interval
 | 
						|
# interval = 1800
 | 
						|
 | 
						|
[container-sync]
 | 
						|
# You can override the default log routing for this app here (don't use set!):
 | 
						|
# log_name = container-sync
 | 
						|
# log_facility = LOG_LOCAL0
 | 
						|
# log_level = INFO
 | 
						|
# Will sync, at most, each container once per interval
 | 
						|
# interval = 300
 | 
						|
# Maximum amount of time to spend syncing each container
 | 
						|
# container_time = 60
 |