Jcrespo has submitted this change and it was merged.

Change subject: Fix commons recentchanges by failovering it to db1081
......................................................................


Fix commons recentchanges by failovering it to db1081

Change-Id: If2a9b777ccf085feeb573393d26673a2625a4747
---
M wmf-config/db-eqiad.php
1 file changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 164d023..73d6506 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -131,7 +131,7 @@
                'db1059' => 0,   # 2.8TB  96GB, api
                'db1064' => 0,   # 2.8TB 160GB, vslow, dump
 #              'db1068' => 0,   # 2.8TB 160GB
-               'db1081' => 500, # 3.6TB 512GB
+               'db1081' => 250, # 3.6TB 512GB
                'db1084' => 500, # 3.6TB 512GB
                'db1091' => 500, # 3.6TB 512GB
        ],
@@ -282,19 +282,19 @@
                        'db1059' => 1, # pooled with low weight
                ],
                'watchlist' => [
-                       'db1019' => 1,
+                       'db1081' => 1,
                ],
                'recentchanges' => [
-                       'db1019' => 1,
+                       'db1081' => 1,
                ],
                'recentchangeslinked' => [
-                       'db1019' => 1,
+                       'db1081' => 1,
                ],
                'contributions' => [
-                       'db1019' => 1,
+                       'db1081' => 1,
                ],
                'logpager' => [
-                       'db1019' => 1,
+                       'db1081' => 1,
                ],
        ],
        's5' => [

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

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

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

Reply via email to