summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-30 22:53:02 +0000
committerGerrit Code Review <review@openstack.org>2022-08-30 22:53:02 +0000
commitb05b27c0b63cf350702a094a4ca112e850926a91 (patch)
treea8bf8e0430016135e461a384640b1bef15e48316 /etc
parentddeba903d03eb9a5490147aef59eb77dd92e8477 (diff)
parenta9177a4b9ddf0b2451a36d1e911ee497a18e8d4b (diff)
downloadswift-b05b27c0b63cf350702a094a4ca112e850926a91.tar.gz
Merge "Add note about rsync_bwlimit suffixes"
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 fd516f780..335547441 100644
--- a/etc/object-server.conf-sample
+++ b/etc/object-server.conf-sample
@@ -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