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