summaryrefslogtreecommitdiff
path: root/openstack/etc/rsyncd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/rsyncd.conf')
-rw-r--r--openstack/etc/rsyncd.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/openstack/etc/rsyncd.conf b/openstack/etc/rsyncd.conf
new file mode 100644
index 00000000..75c69ad4
--- /dev/null
+++ b/openstack/etc/rsyncd.conf
@@ -0,0 +1,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