Bug 1483656 - MariaDB adjustment parameter missing
Summary: MariaDB adjustment parameter missing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-tripleo
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: z6
: 10.0 (Newton)
Assignee: RHOS Maint
QA Contact: pkomarov
URL:
Whiteboard:
: 1472249 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-21 15:58 UTC by Aviv Guetta
Modified: 2023-02-22 23:02 UTC (History)
15 users (show)

Fixed In Version: puppet-tripleo-5.6.2-1.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1488538 (view as bug list)
Environment:
Last Closed: 2017-11-15 13:45:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 490578 0 None MERGED Enable innodb_buffer_pool_size configuration 2021-01-15 11:40:58 UTC
Red Hat Product Errata RHBA-2017:3231 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 10 director Bug Fix Advisory 2017-11-15 18:36:45 UTC

Description Aviv Guetta 2017-08-21 15:58:50 UTC
Backport Bugzilla No. 1472249[1] to OSP 10.
There is a proposed fix upstream[2] which needs a workflow.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1472249
[2] https://review.openstack.org/#/c/490578/

Comment 14 Michael Bayer 2017-10-02 14:49:15 UTC
*** Bug 1472249 has been marked as a duplicate of this bug. ***

Comment 20 pkomarov 2017-11-05 13:23:59 UTC
Verified, 

Checked in: osp10 , build Z6 
function: "hiera-enabled setting for mysql.pp to allow configuration of innodb_buffer_pool_size in mysql implementation."


#present in puppet manifest
/etc/puppet/modules/tripleo/manifests/profile/base/database/mysql.pp : 

# [*innodb_buffer_pool_size*]
#   (Optional) Configure the size of the MySQL buffer pool.
#   Defaults to hiera('innodb_buffer_pool_size', undef)
#
class tripleo::profile::base::database::mysql (
...
  $innodb_buffer_pool_size    = hiera('innodb_buffer_pool_size', undef),


#hiera configuration in overcloud deployment template: 

[root@controller-2 ~]# cat /etc/puppet/hieradata/controller_extraconfig.yaml

tripleo::profile::base::database::mysql::innodb_buffer_pool_size: 525M

#actual galera mysql config snippet: 

[root@controller-2 ~]# grep innodb_buffer_pool_size /etc/my.cnf.d/galera.cnf
innodb_buffer_pool_size = 525M

#mysql configurations check : 

MariaDB [(none)]> SHOW VARIABLES like '%innodb_buffer_pool_size%';
+-------------------------+-----------+
| Variable_name           | Value     |
+-------------------------+-----------+
| innodb_buffer_pool_size | 550502400 |
+-------------------------+-----------+

Comment 22 errata-xmlrpc 2017-11-15 13:45:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:3231


Note You need to log in before you can comment on or make changes to this bug.