Elukey has uploaded a new change for review.
https://gerrit.wikimedia.org/r/273970
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/70/273970/1
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: newchange
Gerrit-Change-Id: Ice86128fb434e75b83b5631e8b8817d3b511db7a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Elukey <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits