chef/cookbooks/swift/templates/default/rsyncd.conf.erb
# uid = swift
uid = <%= @uid %>
# gid = swift
gid = <%= @gid %>
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
address = <%= @storage_net_ip %>
[account]
# max connections = 2
max connections = 64
path = /srv/node/
read only = false
# lock file = /var/lock/account.lock
lock file = /var/run/swift/account.lock
[container]
# max connections = 4
max connections = 64
path = /srv/node/
read only = false
# lock file = /var/lock/container.lock
lock file = /var/run/swift/container.lock
[object]
# max connections = 8
max connections = 64
path = /srv/node/
read only = false
# lock file = /var/lock/object.lock
lock file = /var/run/swift/object.lock
[ring]
max connections = 64
path = /etc/swift
read only = false
lock file = /var/run/swift/ring.lock