Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198697

Change subject: swift: increase rsync server max_connections
......................................................................

swift: increase rsync server max_connections

there are more machines in the fleet now, when changing weights it is likely
that max_connections is being hit

Bug: T1268
Change-Id: Icd1defe5fe6619e1c002422502ff6dafdc62d27e
---
M manifests/swift.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/97/198697/1

diff --git a/manifests/swift.pp b/manifests/swift.pp
index d77dbd1..dd817f2 100644
--- a/manifests/swift.pp
+++ b/manifests/swift.pp
@@ -256,7 +256,7 @@
         'object':
             uid             => 'swift',
             gid             => 'swift',
-            max_connections => '10',
+            max_connections => '13',
             path            => '/srv/swift-storage/',
             read_only       => 'no',
             lock_file       => '/var/lock/object.lock',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd1defe5fe6619e1c002422502ff6dafdc62d27e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

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

Reply via email to