This website requires JavaScript.
5517c937bb461ff6cb0127d12342111cc3cf1a3c
swift /etc /container-server.conf-sample
78 lines
2.2 KiB
Plaintext
2010年08月20日 00:42:38 +00:00
[DEFAULT]
2010年07月12日 17:03:45 -05:00
# bind_ip = 0.0.0.0
2010年10月13日 21:24:30 +00:00
# backlog = 4096
2010年07月12日 17:03:45 -05:00
# workers = 1
2010年08月20日 00:42:38 +00:00
# swift_dir = /etc/swift
2011年02月24日 10:50:00 -08:00
# This is a comma separated list of hosts allowed in the X-Container-Sync-To
# allowed_sync_hosts = 127.0.0.1
2011年01月23日 13:18:28 -08:00
# You can specify default log routing here if you want:
# log_facility = LOG_LOCAL0
2010年08月20日 00:42:38 +00:00
pipeline = container-server
use = egg:swift#container
2011年01月23日 13:18:28 -08:00
# You can override the default log routing for this app here:
# set log_name = container-server
# set log_facility = LOG_LOCAL0
# set log_requests = True
2010年07月12日 17:03:45 -05:00
# node_timeout = 3
2011年01月23日 13:18:28 -08:00
# You can override the default log routing for this app here (don't use set!):
2010年08月24日 13:41:58 +00:00
# log_name = container-replicator
2011年01月23日 13:18:28 -08:00
# log_facility = LOG_LOCAL0
2010年08月24日 14:10:36 +00:00
# vm_test_mode = no
2010年07月12日 17:03:45 -05:00
# per_diff = 1000
# The replicator also performs reclamation
2011年01月23日 13:18:28 -08:00
# You can override the default log routing for this app here (don't use set!):
2010年08月24日 13:41:58 +00:00
# log_name = container-updater
2011年01月23日 13:18:28 -08:00
# log_facility = LOG_LOCAL0
2010年07月12日 17:03:45 -05:00
# interval = 300
# slowdown will sleep that amount between containers
2011年01月21日 12:43:50 -08:00
# Seconds to suppress updating an account that has generated an error
# account_suppression_time = 60
2010年07月12日 17:03:45 -05:00
2011年01月23日 13:18:28 -08:00
# You can override the default log routing for this app here (don't use set!):
2010年08月24日 13:41:58 +00:00
# log_name = container-auditor
2011年01月23日 13:18:28 -08:00
# log_facility = LOG_LOCAL0
2010年07月12日 17:03:45 -05:00
# Will audit, at most, 1 container per device per interval
2011年02月23日 23:26:05 -08:00
# You can override the default log routing for this app here (don't use set!):
# log_name = container-sync
# log_facility = LOG_LOCAL0
2011年06月06日 16:12:54 +00:00
# If you need to use an HTTP Proxy, set it here; defaults to no proxy.
# sync_proxy = http://127.0.0.1:8888
2011年02月23日 23:26:05 -08:00
# Will sync, at most, each container once per interval
2011年06月22日 15:05:23 +00:00
# Maximum amount of time to spend syncing each container per pass
2011年02月23日 23:26:05 -08:00
# container_time = 60