2021-08-06 19:27:17 +00:00
|
|
|
[DEFAULT]
|
|
|
|
|
bind_ip = 127.0.0.1
|
|
|
|
|
bind_port = 6200
|
2021-08-30 11:13:31 +08:00
|
|
|
workers = 2
|
|
|
|
|
user = swift
|
|
|
|
|
swift_dir = /etc/swift
|
|
|
|
|
devices = /srv/node
|
|
|
|
|
mount_check = True
|
2021-08-06 19:27:17 +00:00
|
|
|
|
|
|
|
|
[pipeline:main]
|
2021-08-30 11:13:31 +08:00
|
|
|
pipeline = healthcheck recon object-server
|
|
|
|
|
|
|
|
|
|
[filter:healthcheck]
|
|
|
|
|
use = egg:swift#healthcheck
|
2021-08-06 19:27:17 +00:00
|
|
|
|
|
|
|
|
[filter:recon]
|
|
|
|
|
use = egg:swift#recon
|
2021-08-30 11:13:31 +08:00
|
|
|
recon_cache_path = /var/cache/swift
|
|
|
|
|
recon_lock_path = /var/lock
|
2021-08-06 19:27:17 +00:00
|
|
|
|
|
|
|
|
[app:object-server]
|
|
|
|
|
use = egg:swift#object
|
2021-12-21 06:37:38 +00:00
|
|
|
|
|
|
|
|
[object-auditor]
|
|
|
|
|
|
|
|
|
|
[object-replicator]
|
|
|
|
|
|
|
|
|
|
[object-updater]
|