mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 <wido@42on.com>
This commit is contained in:
parent
63be401a41
commit
0a7407b2b6
9
mirroring/rsyncd.conf
Normal file
9
mirroring/rsyncd.conf
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user