github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/sait/sait3/etc/swift/account-server/3.conf (about) 1 [DEFAULT] 2 devices = /srv/3/node 3 mount_check = false 4 disable_fallocate = true 5 bind_ip = 192.168.22.116 6 bind_port = 8012 7 workers = 1 8 user = swift 9 log_facility = LOG_LOCAL4 10 recon_cache_path = /var/cache/swift3 11 eventlet_debug = true 12 13 [pipeline:main] 14 pipeline = recon account-server 15 16 [app:account-server] 17 use = egg:swift#account 18 19 [filter:recon] 20 use = egg:swift#recon 21 22 [account-replicator] 23 rsync_module = {replication_ip}::account{replication_port} 24 25 [account-auditor] 26 27 [account-reaper]