[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: mariadb: Repool db1026 after maintenance with low load

2017-02-24 Thread Jcrespo (Code Review)
Jcrespo has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/339614 )

Change subject: mariadb: Repool db1026 after maintenance with low load
..


mariadb: Repool db1026 after maintenance with low load

Bug: T147747
Change-Id: I7eaf87333adf8cd2733800f2e6b9936bc678036b
---
M wmf-config/db-eqiad.php
1 file changed, 11 insertions(+), 11 deletions(-)

Approvals:
  Marostegui: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Jcrespo: Looks good to me, approved



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 06c5d6d..fb4c412 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -140,7 +140,7 @@
],
's5' => [
'db1049' => 0,   # B1 2.8TB  64GB, master
-#  'db1026' => 1,   # B1 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
+   'db1026' => 1,   # B1 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
'db1045' => 1,   # B2 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
'db1070' => 50,  # D1 2.8TB 160GB, vslow, dump
'db1071' => 50,  # D1 2.8TB 160GB, api
@@ -363,24 +363,24 @@
'db1082' => 1,
],
'watchlist' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'recentchanges' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'recentchangeslinked' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'contributions' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'logpager' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
],
's6' => [

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7eaf87333adf8cd2733800f2e6b9936bc678036b
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Jcrespo 
Gerrit-Reviewer: Marostegui 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: mariadb: Repool db1026 after maintenance with low load

2017-02-24 Thread Jcrespo (Code Review)
Jcrespo has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339614 )

Change subject: mariadb: Repool db1026 after maintenance with low load
..

mariadb: Repool db1026 after maintenance with low load

Bug: T147747
Change-Id: I7eaf87333adf8cd2733800f2e6b9936bc678036b
---
M wmf-config/db-eqiad.php
1 file changed, 11 insertions(+), 11 deletions(-)


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

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 0cfd0da..e7bbfc2 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -140,7 +140,7 @@
],
's5' => [
'db1049' => 0,   # B1 2.8TB  64GB, master
-#  'db1026' => 1,   # B1 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
+   'db1026' => 1,   # B1 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
'db1045' => 1,   # B2 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
'db1070' => 50,  # D1 2.8TB 160GB, vslow, dump
'db1071' => 50,  # D1 2.8TB 160GB, api
@@ -363,24 +363,24 @@
'db1082' => 1,
],
'watchlist' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'recentchanges' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'recentchangeslinked' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'contributions' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
'logpager' => [
-#  'db1026' => 1,
-   'db1045' => 1,
+   'db1026' => 1,
+   'db1045' => 10,
],
],
's6' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7eaf87333adf8cd2733800f2e6b9936bc678036b
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo 

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