Marostegui has uploaded a new change for review.

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

Change subject: site.pp: db1044's binlog changed to ROW
......................................................................

site.pp: db1044's binlog changed to ROW

In order to set up the new sanitarium, db1044 will need
to get its binary logs changed to ROW based replication

Bug: T150802
Change-Id: I0d93592efebe3adb884e99b857cad849dc68c595
---
M manifests/site.pp
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/323504/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 435cd10..ac01922 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -504,12 +504,20 @@
     }
 }
 
-node /^db10(15|35|38|44|77|78)\.eqiad\.wmnet/ {
+node /^db10(15|35|38|77|78)\.eqiad\.wmnet/ {
     class { 'role::mariadb::core':
         shard => 's3',
     }
 }
 
+# Testing row-based replication to sanitarium2 (T150802)
+node 'db1044.eqiad.wmnet' {
+    class { 'role::mariadb::core':
+        shard         => 's3',
+        binlog_format => 'ROW',
+    }
+}
+
 # s3 (default) core production dbs on codfw
 # codfw master
 node 'db2018.codfw.wmnet' {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d93592efebe3adb884e99b857cad849dc68c595
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Marostegui <[email protected]>

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

Reply via email to