Elukey has submitted this change and it was merged.

Change subject: Revert "Remove mc1002 from the Lock Manager pool for 
maintenance." to add mc1002 back to the pool.
......................................................................


Revert "Remove mc1002 from the Lock Manager pool for maintenance." to add 
mc1002 back to the pool.

This reverts commit cb53dd6f636820ac6e538dd9e37e71adeaff0f46.

Change-Id: I8b1a642016ba3edb1540a58748532ce33d6d68bc
---
M wmf-config/filebackend-production.php
1 file changed, 2 insertions(+), 3 deletions(-)

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



diff --git a/wmf-config/filebackend-production.php 
b/wmf-config/filebackend-production.php
index 67b551c..2af5f37 100644
--- a/wmf-config/filebackend-production.php
+++ b/wmf-config/filebackend-production.php
@@ -131,17 +131,16 @@
 
 // Lock manager config must use the master datacenter
 // @TODO: configure as a switch
-// Hosts removed from the pool for maintenance:
-// 'rdb2' => '10.64.0.181',
 $wgLockManagers[] = array(
        'name'         => 'redisLockManager',
        'class'        => 'RedisLockManager',
        'lockServers'  => array(
                'rdb1' => '10.64.0.180',
+               'rdb2' => '10.64.0.181',
                'rdb3' => '10.64.0.182'
        ),
        'srvsByBucket' => array(
-               0 => array( 'rdb1', 'rdb3' )
+               0 => array( 'rdb1', 'rdb2', 'rdb3' )
        ),
        'redisConfig'  => array(
                'connectTimeout' => 2,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8b1a642016ba3edb1540a58748532ce33d6d68bc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Elukey <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to