Jcrespo has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/341503 )
Change subject: Move tmpdir to /srv/labsdb/tmp to avoid filling up / partition
......................................................................
Move tmpdir to /srv/labsdb/tmp to avoid filling up / partition
Also change the binlog format to ROW.
Bug: T159572
Change-Id: I1780dbcd67b68a9fddafcf0606ac1ce2c31904df
---
M modules/role/manifests/labs/db/master.pp
1 file changed, 6 insertions(+), 5 deletions(-)
Approvals:
jenkins-bot: Verified
Jcrespo: Looks good to me, approved
diff --git a/modules/role/manifests/labs/db/master.pp
b/modules/role/manifests/labs/db/master.pp
index 2b84064..de28938 100644
--- a/modules/role/manifests/labs/db/master.pp
+++ b/modules/role/manifests/labs/db/master.pp
@@ -17,10 +17,11 @@
}
class { 'mariadb::config':
- config => 'role/mariadb/mysqld_config/tools.my.cnf.erb',
- datadir => '/srv/labsdb/data',
- tmpdir => '/tmp',
- ssl => 'puppet-cert',
- read_only => 'OFF',
+ config => 'role/mariadb/mysqld_config/tools.my.cnf.erb',
+ datadir => '/srv/labsdb/data',
+ tmpdir => '/srv/labsdb/tmp',
+ ssl => 'puppet-cert',
+ binlog_format => 'ROW',
+ read_only => 'OFF',
}
}
--
To view, visit https://gerrit.wikimedia.org/r/341503
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1780dbcd67b68a9fddafcf0606ac1ce2c31904df
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Marostegui <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits