swift/etc/container-server.conf-sample

46 lines
940 B
Plaintext
Raw Normal View History

2010-08-20 00:42:38 +00:00
[DEFAULT]
2010-07-12 17:03:45 -05:00
# bind_ip = 0.0.0.0
# bind_port = 6001
# backlog = 4096
2010-07-12 17:03:45 -05:00
# workers = 1
# user = swift
2010-08-20 00:42:38 +00:00
# swift_dir = /etc/swift
# devices = /srv/node
# mount_check = true
[pipeline:main]
pipeline = container-server
[app:container-server]
use = egg:swift#container
# log_name = container-server
# log_facility = LOG_LOCAL0
# log_level = INFO
2010-07-12 17:03:45 -05:00
# node_timeout = 3
# conn_timeout = 0.5
[container-replicator]
# log_name = container-replicator
# vm_test_mode = no
2010-07-12 17:03:45 -05:00
# 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]
# log_name = container-updater
2010-07-12 17:03:45 -05:00
# interval = 300
# concurrency = 4
# node_timeout = 3
# conn_timeout = 0.5
# slowdown will sleep that amount between containers
# slowdown = 0.01
[container-auditor]
# log_name = container-auditor
2010-07-12 17:03:45 -05:00
# Will audit, at most, 1 container per device per interval
# interval = 1800