ArielGlenn has submitted this change and it was merged.

Change subject: datasets: bw limit the kiwix rsync
......................................................................


datasets: bw limit the kiwix rsync

Change-Id: Ib16898112d191c386a3d3beb39b695b47929208a
---
M modules/dataset/manifests/cron/kiwix.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/dataset/manifests/cron/kiwix.pp 
b/modules/dataset/manifests/cron/kiwix.pp
index dbfedca..05a4c43 100644
--- a/modules/dataset/manifests/cron/kiwix.pp
+++ b/modules/dataset/manifests/cron/kiwix.pp
@@ -37,7 +37,7 @@
 
     cron { 'kiwix-mirror-update':
         ensure  => $ensure,
-        command => 'rsync -vzrlptD 
download.kiwix.org::download.kiwix.org/zim/wikipedia/ 
/data/xmldatadumps/public/other/kiwix/zim/wikipedia/ >/dev/null 2>&1',
+        command => 'rsync -vzrlptD --bwlimit=40000 
download.kiwix.org::download.kiwix.org/zim/wikipedia/ 
/data/xmldatadumps/public/other/kiwix/zim/wikipedia/ >/dev/null 2>&1',
         user    => 'mirror',
         minute  => '*/15',
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/190470
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib16898112d191c386a3d3beb39b695b47929208a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to