Feature #81017
Allow mysql tuning via t3-mysql
Status:
New
Priority:
Should have
Assignee:
-
Target version:
-
Start date:
2017-04-26
Due date:
% Done:
0%
Description
The t3-mysql cookbook places an additional config file in /etc/mysql/conf.d/
.
Besides the options there, nothing can be tuned manually - although the custom.rb
attributes file gives a different impression.
All these config options (node['t3-mysql']['tunable']
) should be merged into the config file.
We can copy over this logic from
- the current version of the mysql
cookbook 's mysql_config
resource
- or by iterating over node['mysql']['tunable']
and just putting all key = value
pairs in the config file 1:1.
Related issues
History
#1
Updated by Steffen Gebert over 2 years ago
- Blocks Task #81016: srv173 Redmine MySQL tuning: Migrate to Chef added