aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/database/mysql.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-02 04:17:53 +0000
committerGerrit Code Review <review@openstack.org>2017-02-02 04:17:53 +0000
commit4ce73329aee671a6575103ffbb0522796ca84454 (patch)
treecbd63e6e53236e4ad7c87bcea4d93805d3b62b34 /manifests/profile/pacemaker/database/mysql.pp
parentdaaa7ce489bf6fe14fb22e499f652d6098399165 (diff)
parent621ea892a299d2029348db2b56fea1338bd41c48 (diff)
Merge "set innodb_file_per_table to ON for MySQL / Galera"
Diffstat (limited to 'manifests/profile/pacemaker/database/mysql.pp')
-rw-r--r--manifests/profile/pacemaker/database/mysql.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp
index 6a83f10..ca9a1a8 100644
--- a/manifests/profile/pacemaker/database/mysql.pp
+++ b/manifests/profile/pacemaker/database/mysql.pp
@@ -75,6 +75,7 @@ class tripleo::profile::pacemaker::database::mysql (
'default-storage-engine' => 'innodb',
'innodb_autoinc_lock_mode' => '2',
'innodb_locks_unsafe_for_binlog'=> '1',
+ 'innodb_file_per_table' => 'ON',
'query_cache_size' => '0',
'query_cache_type' => '0',
'bind-address' => $bind_address,