Asher has uploaded a new change for review.
https://gerrit.wikimedia.org/r/64628
Change subject: labsdbs: don't replicate mysql db
......................................................................
labsdbs: don't replicate mysql db
Change-Id: If659460aaa57c8c6fdff2da0c64dc0db5941c178
---
M manifests/site.pp
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/28/64628/1
diff --git a/manifests/site.pp b/manifests/site.pp
index e980cb1..4d72676 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1224,6 +1224,7 @@
'innodb_log_file_size' => "2000M",
'ram' => "151G",
'innodb_locks_unsafe_for_binlog' => true,
+ 'repl_ignore_dbs' => 'mysql',
},
}
}
@@ -1237,16 +1238,19 @@
'innodb_log_file_size' => "2000M",
'ram' => "48G",
'innodb_locks_unsafe_for_binlog' => true,
+ 'repl_ignore_dbs' => 'mysql',
},
's4' => {
'port' => 3307,
'innodb_log_file_size' => "2000M",
'ram' => "48G",
+ 'repl_ignore_dbs' => 'mysql',
},
's5' => {
'port' => 3308,
'innodb_log_file_size' => "1000M",
'ram' => "48G",
+ 'repl_ignore_dbs' => 'mysql',
},
}
}
@@ -1260,18 +1264,21 @@
'innodb_log_file_size' => "500M",
'ram' => "48G",
'innodb_locks_unsafe_for_binlog' => true,
+ 'repl_ignore_dbs' => 'mysql',
},
's6' => {
'port' => 3307,
'innodb_log_file_size' => "500M",
'ram' => "48G",
'innodb_locks_unsafe_for_binlog' => true,
+ 'repl_ignore_dbs' => 'mysql',
},
's7' => {
'port' => 3308,
'innodb_log_file_size' => "500M",
'ram' => "48G",
'innodb_locks_unsafe_for_binlog' => true,
+ 'repl_ignore_dbs' => 'mysql',
},
}
}
--
To view, visit https://gerrit.wikimedia.org/r/64628
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If659460aaa57c8c6fdff2da0c64dc0db5941c178
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits