From: Wido den Hollander Date: Wed, 10 Feb 2016 08:01:24 +0000 (+0100) Subject: mirror: Add examle rsync daemon configuration X-Git-Tag: v10.1.0~199^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0a7407b2b6be48420ee37b8eff2cfbac0c3a8094;p=ceph.git mirror: Add examle rsync daemon configuration This can be used by mirrors to offer a rsync service to end-users Signed-off-by: Wido den Hollander --- diff --git a/mirroring/rsyncd.conf b/mirroring/rsyncd.conf new file mode 100644 index 0000000000000..fa45595739118 --- /dev/null +++ b/mirroring/rsyncd.conf @@ -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