Elukey has submitted this change and it was merged.

Change subject: Add mc1001.eqiad back to the Redis Lock Managers after 
maintenance.
......................................................................


Add mc1001.eqiad back to the Redis Lock Managers after maintenance.

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

Approvals:
  Ori.livneh: Looks good to me, but someone else must approve
  Elukey: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/filebackend-production.php 
b/wmf-config/filebackend-production.php
index fd7e129..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 de-pooled for maintenance:
-// 'rdb1' => '10.64.0.180',
 $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( 'rdb2', 'rdb3' )
+               0 => array( 'rdb1', 'rdb2', 'rdb3' )
        ),
        'redisConfig'  => array(
                'connectTimeout' => 2,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ice86128fb434e75b83b5631e8b8817d3b511db7a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Elukey <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to