summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-08-26 08:54:06 -0700
committerTim Burke <tim.burke@gmail.com>2022-08-26 08:54:06 -0700
commita9177a4b9ddf0b2451a36d1e911ee497a18e8d4b (patch)
treeeb6b6b8ea0278574da0eca36cf03d730da963f27 /etc
parent155074ac02e6bf7e9266affc307c30b5c2026757 (diff)
downloadswift-a9177a4b9ddf0b2451a36d1e911ee497a18e8d4b.tar.gz
Add note about rsync_bwlimit suffixes
Change-Id: I019451e118d3bd7263a52cf4bf354d0d0d2b4607
Diffstat (limited to 'etc')
-rw-r--r--etc/object-server.conf-sample3
1 files changed, 2 insertions, 1 deletions
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