Springle has uploaded a new change for review.

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

Change subject: move s5 api traffic to db1005
......................................................................

move s5 api traffic to db1005

This may need to become a separate api box due to wikidatawiki, but
it may also just be an indication that wikidata will eventually want
a shard to itself.

Change-Id: Id893e5305cf510c08f5b8b4ffb7c5cf657515296
---
M wmf-config/db-eqiad.php
1 file changed, 4 insertions(+), 1 deletion(-)


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 5e88d55..a5db19a 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -123,7 +123,7 @@
        ),
        's5' => array(
                'db1058' => 0,   # 2.8TB  96GB
-               'db1005' => 0,   # 1.4TB  64GB, snapshot, vslow, dump
+               'db1005' => 0,   # 1.4TB  64GB, snapshot, vslow, api, dump
                'db1026' => 0,   # 1.4TB  64GB, watchlist, recentchangeslinked, 
contributions, logpager
                'db1021' => 400, # 1.4TB  64GB
                'db1037' => 400, # 1.4TB  64GB
@@ -229,6 +229,9 @@
                'dump' => array(
                        'db1005' => 1,
                ),
+               'api' => array(
+                       'db1005' => 1,
+               ),
                'watchlist' => array(
                        'db1026' => 1,
                ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id893e5305cf510c08f5b8b4ffb7c5cf657515296
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Springle <sprin...@wikimedia.org>

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

Reply via email to