github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/sait/sait3/etc/swift/object-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 = 8010 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 object-server 15 16 [app:object-server] 17 use = egg:swift#object 18 19 [filter:recon] 20 use = egg:swift#recon 21 22 [object-replicator] 23 rsync_module = {replication_ip}::object{replication_port} 24 25 [object-reconstructor] 26 27 [object-updater] 28 29 [object-auditor]