Elukey has uploaded a new change for review.
https://gerrit.wikimedia.org/r/274068
Change subject: Remove mc1002 from the Lock Manager pool for maintenance.
......................................................................
Remove mc1002 from the Lock Manager pool for maintenance.
Bug: T123711
Change-Id: I3cec9e02f6bb60b131112360aa0a9a43662baea4
---
M wmf-config/filebackend-production.php
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/68/274068/1
diff --git a/wmf-config/filebackend-production.php
b/wmf-config/filebackend-production.php
index 2af5f37..67b551c 100644
--- a/wmf-config/filebackend-production.php
+++ b/wmf-config/filebackend-production.php
@@ -131,16 +131,17 @@
// 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', 'rdb2', 'rdb3' )
+ 0 => array( 'rdb1', 'rdb3' )
),
'redisConfig' => array(
'connectTimeout' => 2,
--
To view, visit https://gerrit.wikimedia.org/r/274068
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cec9e02f6bb60b131112360aa0a9a43662baea4
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