RFC: slow-down option

Marian Marinov mm at yuhu.biz
Thu Apr 3 05:41:15 MDT 2014


Hello,

I've been using rsync on some backup servers for years. In 2011 we had a situation where the FS of the backup server was 
behaving strange, even thou there was enough available I/O, the fs(ext4 on 16TB partition with a lot of inodes) was 
lagging. After much testing we found that rsync was hammering the fs too hard.

At that point I patched rsync to add a stupid option which will sleep for a while before creating new file.
That helped us a lot to keep the same rate of concurrent rsyncs to the same machine.

I would love your comments on this, generally stupid approach to the problem :)

Best regards,
Marian


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-options.c-Add-the-slow-down-option.patch
Type: text/x-patch
Size: 1840 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/rsync/attachments/20140403/be6941c2/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-flist.c-Implementing-the-slow-down-option.patch
Type: text/x-patch
Size: 1097 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/rsync/attachments/20140403/be6941c2/attachment-0001.bin>


More information about the rsync mailing list