]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mirror: Add examle rsync daemon configuration
authorWido den Hollander <wido@42on.com>
Wed, 10 Feb 2016 08:01:24 +0000 (09:01 +0100)
committerWido den Hollander <wido@42on.com>
Wed, 9 Mar 2016 15:48:41 +0000 (16:48 +0100)
This can be used by mirrors to offer a rsync service to end-users

Signed-off-by: Wido den Hollander <wido@42on.com>
mirroring/rsyncd.conf [new file with mode: 0644]

diff --git a/mirroring/rsyncd.conf b/mirroring/rsyncd.conf
new file mode 100644 (file)
index 0000000..fa45595
--- /dev/null
@@ -0,0 +1,9 @@
+uid = nobody
+gid = nogroup
+max connections = 15
+socket options = SO_KEEPALIVE
+
+[ceph]
+  path = /path/to/ceph/mirror/data
+  comment = Ceph mirror
+  read only = true