Jcrespo has uploaded a new change for review.

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

Change subject: Repool all db servers that were depooled and add the last batch
......................................................................

Repool all db servers that were depooled and add the last batch

After the installation and provisioning of the new servers, we pool
all of them, having now the same amount of database capacity in
codfw than in eqiad.

The configuration will require some tuning afterwards, in
particular, the server weights and the group array.

Bug: T84428
Change-Id: I0c4eb0c43b27db4711841447a6450f1f6c327c51
---
M wmf-config/db-codfw.php
1 file changed, 14 insertions(+), 7 deletions(-)


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

diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php
index b4fc60f..2bff7f3 100755
--- a/wmf-config/db-codfw.php
+++ b/wmf-config/db-codfw.php
@@ -92,17 +92,20 @@
                'db1052' => 0,   # 2.8TB  96GB
                'db2016' => 100,
                'db2034' => 100,
-#              'db2042' => 100, in maintenance
-#              'db2048' => 100, in maintenance
+               'db2042' => 100,
+               'db2048' => 100,
                'db2055' => 100,
                'db2062' => 100,
+               'db2069' => 100,
+               'db2070' => 100,
        ),
        's2' => array(
                'db1024' => 0,   # 1.4TB  64GB
                'db2017' => 100,
                'db2035' => 100,
                'db2041' => 100,
-#              'db2049' => 100,
+               'db2049' => 100,
+               'db2056' => 100,
                'db2063' => 100,
                'db2064' => 100,
        ),
@@ -118,33 +121,37 @@
                'db1040' => 0,   # 1.4TB  64GB
                'db2019' => 100,
                'db2037' => 100,
-#              'db2044' => 100, in maintenance
+               'db2044' => 100,
                'db2051' => 100,
                'db2058' => 100,
+               'db2065' => 100,
        ),
        's5' => array(
                'db1058' => 0,   # 2.8TB  96GB
                'db2023' => 100,
                'db2038' => 100,
-#              'db2045' => 100, in maintenance
+               'db2045' => 100,
                'db2052' => 100,
                'db2059' => 100,
+               'db2066' => 100,
        ),
        's6' => array(
                'db1023' => 0,   # 1.4TB  64GB
                'db2028' => 100,
                'db2039' => 100,
                'db2046' => 100,
-#              'db2053' => 100,
+               'db2053' => 100,
                'db2060' => 100,
+               'db2067' => 100,
        ),
        's7' => array(
                'db1033' => 0,   # 1.4TB  64GB,
                'db2029' => 100,
                'db2040' => 100,
                'db2047' => 100,
-#              'db2054' => 100,
+               'db2054' => 100,
                'db2061' => 100,
+               'db2068' => 100,
        ),
        'silver' => array(
                'silver' => 100,   # I have no idea if this is right

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c4eb0c43b27db4711841447a6450f1f6c327c51
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <[email protected]>

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

Reply via email to