Filippo Giunchedi has submitted this change and it was merged.

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(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Icd1defe5fe6619e1c002422502ff6dafdc62d27e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@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