Springle has submitted this change and it was merged.

Change subject: switch db1049 to innodb_file_per_table=1 during reclone
......................................................................


switch db1049 to innodb_file_per_table=1 during reclone

Change-Id: I9880920c9042142939238611b8c2ea82ea28fcc8
---
M manifests/site.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Springle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index e24d57f..c03d535 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -571,9 +571,9 @@
         include mha::manager
     }
 
-    if $::hostname =~ /^db10(33|37|50|51|52|55|56)/ {
+    if $::hostname =~ /^db10(33|37|49|50|51|52|55|56)/ {
         class { role::coredb::s1 : innodb_file_per_table => true, mariadb => 
true }
-    } elsif $::hostname =~ /^db10(43|49)/ {
+    } elsif $::hostname =~ /^db10(43)/ {
         class { role::coredb::s1 : mariadb => true }
     } else {
         include role::coredb::s1

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9880920c9042142939238611b8c2ea82ea28fcc8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to