29 lines
447 B
Plaintext
29 lines
447 B
Plaintext
[DEFAULT]
|
|
bind_ip = 127.0.0.1
|
|
bind_port = 6200
|
|
workers = 2
|
|
user = swift
|
|
swift_dir = /etc/swift
|
|
devices = /srv/node
|
|
mount_check = True
|
|
|
|
[pipeline:main]
|
|
pipeline = healthcheck recon object-server
|
|
|
|
[filter:healthcheck]
|
|
use = egg:swift#healthcheck
|
|
|
|
[filter:recon]
|
|
use = egg:swift#recon
|
|
recon_cache_path = /var/cache/swift
|
|
recon_lock_path = /var/lock
|
|
|
|
[app:object-server]
|
|
use = egg:swift#object
|
|
|
|
[object-auditor]
|
|
|
|
[object-replicator]
|
|
|
|
[object-updater]
|