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

Change subject: db-eqiad.php: Depool db1036
......................................................................

db-eqiad.php: Depool db1036

db1036 needs alter table.
db1036 has partitions, so I am pooing db1076 for the recent services as
it has SSDs and will be able to cope with the load.
db1018 is depooled, but it doesn't have SSDs, so better to use a
powerful server

Bug: T166205
Change-Id: I39d4a48f23048bf2f1d3b5791a7f3e916ed866b4
---
M wmf-config/db-eqiad.php
1 file changed, 7 insertions(+), 7 deletions(-)


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 5cffa24..34a6811 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -109,10 +109,10 @@
                'db1054' => 0,   # A3 2.8TB  96GB, master
 #              'db1018' => 0,   # B1 1.4TB  64GB, old master 2
                'db1021' => 0,   # B1 1.4TB  64GB, vslow, dump
-               'db1036' => 1,   # B2 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
+#              'db1036' => 1,   # B2 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager #T166205
                'db1060' => 1,   # C2 2.8TB  96GB, api
                'db1074' => 300, # A2 3.6TB 512GB, api
-               'db1076' => 500, # B1 3.6TB 512GB
+               'db1076' => 100, # B1 3.6TB 512GB #temporary rc service
                'db1090' => 500, # C3 3.6TB 512GB
        ],
        /* s3 */ 'DEFAULT' => [
@@ -277,19 +277,19 @@
                        'db1074' => 1,
                ],
                'watchlist' => [
-                       'db1036' => 1,
+                       'db1076' => 1,
                ],
                'recentchanges' => [
-                       'db1036' => 1,
+                       'db1076' => 1,
                ],
                'recentchangeslinked' => [
-                       'db1036' => 1,
+                       'db1076' => 1,
                ],
                'contributions' => [
-                       'db1036' => 1,
+                       'db1076' => 1,
                ],
                'logpager' => [
-                       'db1036' => 1,
+                       'db1076' => 1,
                ],
        ],
        /* s3 */ 'DEFAULT' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39d4a48f23048bf2f1d3b5791a7f3e916ed866b4
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