From a9177a4b9ddf0b2451a36d1e911ee497a18e8d4b Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 26 Aug 2022 08:54:06 -0700 Subject: Add note about rsync_bwlimit suffixes Change-Id: I019451e118d3bd7263a52cf4bf354d0d0d2b4607 --- etc/object-server.conf-sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample index ee8e58104..99453ee4a 100644 --- a/etc/object-server.conf-sample +++ b/etc/object-server.conf-sample @@ -269,7 +269,8 @@ use = egg:swift#recon # 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 -- cgit v1.2.1