Guest User

Untitled

a guest
Feb 25th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. root@BASE-CCP-T1-M1-NETCLM:~# cat /etc/swift/object-server.conf
  2. [DEFAULT]
  3. bind_port = 6000
  4. devices = /srv/node/
  5. mount_check = False
  6.  
  7. [pipeline:main]
  8. pipeline = healthcheck recon object-server
  9.  
  10. [app:object-server]
  11. use = egg:swift#object
  12.  
  13. [object-auditor]
  14. recon_cache_path = /var/cache/swift
  15. bytes_per_second = 100000
  16.  
  17. [object-replicator]
  18. recon_cache_path = /var/cache/swift
  19.  
  20. [object-updater]
  21. recon_cache_path = /var/cache/swift
  22.  
  23. [filter:healthcheck]
  24. use = egg:swift#healthcheck
  25.  
  26. [filter:recon]
  27. use = egg:swift#recon
  28. recon_cache_path = /var/cache/swift
Add Comment
Please, Sign In to add comment