Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/289149

Change subject: Set db1026 back as rc node; move roles around
......................................................................

Set db1026 back as rc node; move roles around

We really need that extra server ASAP. db1026 must be an rc slave
due to special partitioning, or it will cause issues on other
nodes. Moving roles around and creating a backup api node.

Bug: T135100
Change-Id: I9e700650a04e9e7f0c799d4ef544ff9d12a432fd
---
M wmf-config/db-eqiad.php
1 file changed, 15 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/49/289149/1

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 49a1214..a651a62 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -130,9 +130,9 @@
        ),
        's5' => array(
                'db1049' => 0,   # 2.8TB  64GB, master
-               'db1026' => 0,   # 1.4TB  64GB, vslow, dump until new servers 
are in production
-               'db1045' => 50,  # 1.4TB  64GB, api
-               'db1070' => 300, # 2.8TB 160GB, old master, watchlist, 
recentchanges, contributions, logpager
+               'db1026' => 0,   # 1.4TB  64GB, old master, watchlist, 
recentchanges, contributions, logpager
+               'db1045' => 0,   # 1.4TB  64GB, vslow, dump
+               'db1070' => 200, # 2.8TB 160GB, api
                'db1071' => 500, # 2.8TB 160GB
        ),
        's6' => array(
@@ -283,28 +283,29 @@
        ),
        's5' => array(
                'vslow' => array(
-                       'db1026' => 1,
-               ),
-               'dump' => array(
-                       'db1026' => 1,
-               ),
-               'api' => array(
                        'db1045' => 1,
                ),
+               'dump' => array(
+                       'db1045' => 1,
+               ),
+               'api' => array(
+                       'db1070' => 100,
+                       'db1071' => 1,
+               ),
                'watchlist' => array(
-                       'db1070' => 1,
+                       'db1026' => 1,
                ),
                'recentchanges' => array(
-                       'db1070' => 1,
+                       'db1026' => 1,
                ),
                'recentchangeslinked' => array(
-                       'db1070' => 1,
+                       'db1026' => 1,
                ),
                'contributions' => array(
-                       'db1070' => 1,
+                       'db1026' => 1,
                ),
                'logpager' => array(
-                       'db1070' => 1,
+                       'db1026' => 1,
                ),
        ),
        's6' => array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e700650a04e9e7f0c799d4ef544ff9d12a432fd
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>

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

Reply via email to