summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/swift/etc/rsyncd.j2
blob: c0657665876e563aba04b2bf705b306d0f08bb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
uid = swift
gid = swift
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
address = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}

[account]
max connections = 2
path = /srv/node/
read only = false
lock file = /var/lock/account.lock

[container]
max connections = 2
path = /srv/node/
read only = false
lock file = /var/lock/container.lock

[object]
max connections = 2
path = /srv/node/
read only = false
lock file = /var/lock/object.lock