Freeze break: increase timeout on download rsync

Kevin Fenzi kevin at scrye.com
Mon Sep 22 16:05:05 UTC 2014


Some folks have been running into timeouts syncing some Fedora targets
from phx2 download servers. In particular Red Hat globalsync that
syncs to places like Brno where we have a lot of Fedora QA folks who
want the latest bits. 

I'd like to increase this timeout and see if it helps them. 
If it causes any problems with too many rsync's hanging around we can
move it to a seperate module for those globalsync machines and put the
global one back. 

+1s?

diff --git a/modules/rsync/files/rsyncd.conf.download-phx
b/modules/rsync/files/rsyncd.conf.download-phx index fd0d21f..41335dc
100644 --- a/modules/rsync/files/rsyncd.conf.download-phx
+++ b/modules/rsync/files/rsyncd.conf.download-phx
@@ -2,7 +2,7 @@
 pid file = /var/run/rsyncd.pid
 syslog facility = daemon
 max connections = 20
-timeout = 600
+timeout = 1200
 use chroot = yes
 uid = nobody
 gid = nobody
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20140922/bb35ae99/attachment.sig>


More information about the infrastructure mailing list