Marostegui has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/335198 )

Change subject: db-eqiad.php: Repool hosts in C2
......................................................................

db-eqiad.php: Repool hosts in C2

C2 switch maintenance is over and so far it is behaving well, so we can
probably repool the hosts that were depooled beacuse the live in that
rack.
There were already some other hosts in that rack which were pooled.

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


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 5c9c558..a7503bb 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -96,7 +96,7 @@
                'db1052' => 0,   # B3 2.8TB  96GB, master
 #              'db1057' => 0,   # C2 2.8TB  96GB, old master
                'db1051' => 50,  # B3 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
-#              'db1055' => 50,  # C2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
+               'db1055' => 50,  # C2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
                'db1065' => 0,   # D1 2.8TB 160GB, vslow, dump, master for 
sanitarium
                'db1066' => 50,  # D1 2.8TB 160GB, api
 #              'db1072' => 10,  # B2 2.8TB 160GB, api #T156226 #possible bad 
BBU
@@ -130,8 +130,8 @@
        's4' => [
                'db1040' => 0,   # B2 1.4TB  64GB, master
                'db1053' => 1,   # A2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
-#              'db1056' => 1,   # C2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
-#              'db1059' => 1,   # C2 2.8TB  96GB, api
+               'db1056' => 1,   # C2 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
+               'db1059' => 1,   # C2 2.8TB  96GB, api
                'db1064' => 0,   # D1 2.8TB 160GB, vslow, dump
                'db1068' => 1,   # D1 2.8TB 160GB, api
                'db1081' => 500, # A2 3.6TB 512GB
@@ -239,23 +239,23 @@
        's1' => [
                'watchlist' => [
                        'db1051' => 1,
-#                      'db1055' => 1,
+                       'db1055' => 1,
                ],
                'recentchanges' => [
                        'db1051' => 1,
-#                      'db1055' => 1,
+                       'db1055' => 1,
                ],
                'recentchangeslinked' => [
                        'db1051' => 1,
-#                      'db1055' => 1,
+                       'db1055' => 1,
                ],
                'contributions' => [
                        'db1051' => 1,
-#                      'db1055' => 1,
+                       'db1055' => 1,
                ],
                'logpager' => [
                        'db1051' => 1,
-#                      'db1055' => 1,
+                       'db1055' => 1,
                ],
                'dump' => [
                        'db1065' => 1,
@@ -327,28 +327,28 @@
                        'db1064' => 1,
                ],
                'api' => [
-#                      'db1059' => 1,
+                       'db1059' => 1,
                        'db1068' => 3,
                ],
                'watchlist' => [
                        'db1053' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'recentchanges' => [
                        'db1053' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'recentchangeslinked' => [
                        'db1053' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'contributions' => [
                        'db1053' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'logpager' => [
                        'db1053' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
        ],
        's5' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12aec6845dc6ae9c8e2115b89e8e3a9fb65bde29
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Marostegui <maroste...@wikimedia.org>

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

Reply via email to