github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/saio/container/etc/swift/object-server/1.conf (about)

     1  [DEFAULT]
     2  devices = /srv/1/node
     3  mount_check = false
     4  disable_fallocate = true
     5  bind_ip = 127.0.0.1
     6  bind_port = 8010
     7  workers = 1
     8  user = swift
     9  log_facility = LOG_LOCAL2
    10  recon_cache_path = /var/cache/swift
    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]