Merge "Add note about rsync_bwlimit suffixes"

This commit is contained in:
Zuul 2022-08-30 22:53:02 +00:00 committed by Gerrit Code Review
commit b05b27c0b6

View File

@ -281,7 +281,8 @@ use = egg:swift#backend_ratelimit
# max duration of a partition rsync
# rsync_timeout = 900
#
# bandwidth limit for rsync in kB/s. 0 means unlimited
# bandwidth limit for rsync in kB/s. 0 means unlimited. rsync 3.2.2 and later
# accept suffixed values like 10M or 1.5G; see the --bwlimit option for rsync(1)
# rsync_bwlimit = 0
#
# passed to rsync for both io op timeout and connection timeout