Bug 1631154
| Summary: | [RFE] Add additional tuning options for mariadb/galera | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Luca Miccini <lmiccini> | ||||
| Component: | puppet-tripleo | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | nlevinki <nlevinki> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 10.0 (Newton) | CC: | ealcaniz, jjoyce, jschluet, kecarter, mmethot, rhos-maint, slinaber, tvignaud | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-11-20 17:18:57 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 1485017 [details]
proposed patch vs current master
patch merged upstream. Any chance to have this backported down to 10? Thanks Luca Customer is still asking if this will be backported to OSP 10? Thanks, Scott This is being closed because the ask is supported within our current release. Please create a new RFE if there's something we've missed within our current releases. Thank you. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
Description of problem: Currently the mariadb/galera puppet modules do not allow setting custom values for parameters like: - innodb_log_file_size - innodb_flush_method - table_open_cache it would be worth exposing them while still retaining the default values, like it has been done for 'innodb_buffer_pool_size'. # [*innodb_buffer_pool_size*] # (Optional) Configure the size of the MySQL buffer pool. # Defaults to hiera('innodb_buffer_pool_size', undef) This way operator will be able to better tune their systems via hieradata and wouldn't require manual changes post-deployment.