Faidon Liambotis has submitted this change and it was merged.

Change subject: swift: bump rsync max connections
......................................................................


swift: bump rsync max connections

The 2/2/3 thresholds for account/container/object respectively are
probably too conservative, especially in a cluster of 15 nodes now. Bump
these to 5/5/10 in an entirely unscientific manner (i.e. just a guess).

Change-Id: Ib5a18e3f8d9450d3f99bb407a16bf5d90614c296
---
M manifests/swift.pp
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Faidon Liambotis: Verified; Looks good to me, approved



diff --git a/manifests/swift.pp b/manifests/swift.pp
index d2ddc8f..06b01b1 100644
--- a/manifests/swift.pp
+++ b/manifests/swift.pp
@@ -192,21 +192,21 @@
             'account':
                 uid             => 'swift',
                 gid             => 'swift',
-                max_connections => '2',
+                max_connections => '5',
                 path            => '/srv/swift-storage/',
                 read_only       => 'false',
                 lock_file       => '/var/lock/account.lock';
             'container':
                 uid             => 'swift',
                 gid             => 'swift',
-                max_connections => '2',
+                max_connections => '5',
                 path            => '/srv/swift-storage/',
                 read_only       => 'false',
                 lock_file       => '/var/lock/container.lock';
             'object':
                 uid             => 'swift',
                 gid             => 'swift',
-                max_connections => '3',
+                max_connections => '10',
                 path            => '/srv/swift-storage/',
                 read_only       => 'false',
                 lock_file       => '/var/lock/object.lock';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5a18e3f8d9450d3f99bb407a16bf5d90614c296
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>

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

Reply via email to