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

Change subject: db-eqiad.php: Depool db1035 to clone it to db1103
......................................................................

db-eqiad.php: Depool db1035 to clone it to db1103

db1103 will be cloned from db1035, so we can preserve db1035's data and
checksum it withour rush.

Get db1077 to serve as a special slave

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


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 72d4dbc..95ec251 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -126,9 +126,9 @@
        /* s3 */ 'DEFAULT' => [
                'db1075' => 0,   # A2 3.6TB 512GB, master
                'db1038' => 0,   # B2 1.4TB  64GB, vslow, dump, old master
-               'db1035' => 50,  # B2 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
+               # 'db1035' => 50,  # B2 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager #T172679
                # 'db1044' => 0,   # B2 1.4TB  64GB, #Temporary master for 
db1095 - new sanitarium #T150802
-               'db1077' => 500, # B1 3.6TB 512GB
+               'db1077' => 400, # B1 3.6TB 512GB
                'db1078' => 500, # C3 3.6TB 512GB
        ],
        's4' => [
@@ -319,16 +319,16 @@
                        'db1077' => 1,
                ],
                'recentchanges' => [
-                       'db1035' => 1,
+                       'db1077' => 1,
                ],
                'recentchangeslinked' => [
-                       'db1035' => 1,
+                       'db1077' => 1,
                ],
                'contributions' => [
-                       'db1035' => 1,
+                       'db1077' => 1,
                ],
                'logpager' => [
-                       'db1035' => 1,
+                       'db1077' => 1,
                ],
        ],
        's4' => [

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

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

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

Reply via email to