52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
[DEFAULT]
|
|
# bind_ip = 0.0.0.0
|
|
# bind_port = 6000
|
|
# workers = 1
|
|
# user = swift
|
|
# swift_dir = /etc/swift
|
|
# devices = /srv/node
|
|
# mount_check = true
|
|
|
|
[pipeline:main]
|
|
pipeline = object-server
|
|
|
|
[app:object-server]
|
|
use = egg:swift#object
|
|
# log_name = object-server
|
|
# log_facility = LOG_LOCAL0
|
|
# log_level = INFO
|
|
# log_requests = True
|
|
# node_timeout = 3
|
|
# conn_timeout = 0.5
|
|
# network_chunk_size = 65536
|
|
# disk_chunk_size = 65536
|
|
# max_upload_time = 86400
|
|
# slow = 1
|
|
|
|
[object-replicator]
|
|
# log_name = object-replicator
|
|
# vm_test_mode = no
|
|
# daemonize = on
|
|
# run_pause = 30
|
|
# concurrency = 1
|
|
# timeout = 300
|
|
# stats_interval = 3600
|
|
# The replicator also performs reclamation
|
|
# reclaim_age = 604800
|
|
|
|
[object-updater]
|
|
# log_name = object-updater
|
|
# interval = 300
|
|
# concurrency = 1
|
|
# node_timeout = 10
|
|
# conn_timeout = 0.5
|
|
# slowdown will sleep that amount between objects
|
|
# slowdown = 0.01
|
|
|
|
[object-auditor]
|
|
# log_name = object-auditor
|
|
# Will audit, at most, 1 object per device per interval
|
|
# interval = 1800
|
|
# node_timeout = 10
|
|
# conn_timeout = 0.5
|