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

Change subject: db-eqiad.php: Repool db1072,db1073 with less load
......................................................................

db-eqiad.php: Repool db1072,db1073 with less load

db1072 is back after its recloning.
db1073 was used to reclone db1072.

As both servers were stopped, pool them in with less weight so they can
warm up before going full live.

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


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index c0afe01..0d85000 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -99,9 +99,9 @@
 #              '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' => 0,   # B2 2.8TB 160GB #maintenance T156166
-#              'db1073' => 50,  # D1 2.8TB 160GB, api #T156226 going to 
reclone db1072 from this host
-               'db1080' => 100, # A2 3.6TB 512GB, api #T156226
+               'db1072' => 10,  # B2 2.8TB 160GB, api
+               'db1073' => 10,  # D1 2.8TB 160GB, api
+               'db1080' => 100, # A2 3.6TB 512GB, api #temporarily api #T156226
                'db1083' => 500, # B1 3.6TB 512GB
                'db1089' => 500, # C3 3.6TB 512GB
        ],
@@ -264,8 +264,10 @@
                        'db1065' => 1,
                ],
                'api' => [
-                       'db1066' => 1,
-                       'db1080' => 1,
+                       'db1066' => 2,
+                       'db1072' => 1,
+                       'db1073' => 1,
+                       'db1080' => 2,
                ],
        ],
        's2' => [

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

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