From 3f7e74ab24bb43f9ad7e24e0efd4206ac6a3dd4e Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 2 Feb 2017 21:29:32 +0000 Subject: Revert "set innodb_file_per_table to ON for MySQL / Galera" This reverts commit 621ea892a299d2029348db2b56fea1338bd41c48. We're getting performance problems on SATA disks. Change-Id: I30312fd5ca3405694d57e6a4ff98b490de388b92 Closes-Bug: #1661396 Related-Bug: #1660722 --- manifests/profile/pacemaker/database/mysql.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests/profile/pacemaker') diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp index ca9a1a8..6a83f10 100644 --- a/manifests/profile/pacemaker/database/mysql.pp +++ b/manifests/profile/pacemaker/database/mysql.pp @@ -75,7 +75,6 @@ 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, -- cgit 1.2.3-korg