Bug 1266253

Summary: [Director] increase mariadb max_connection default value
Product: Red Hat OpenStack Reporter: Joe Talerico <jtaleric>
Component: openstack-tripleo-heat-templatesAssignee: Jay Dobies <jason.dobies>
Status: CLOSED ERRATA QA Contact: Marius Cornea <mcornea>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: kbasil, mburns, mcornea, ohochman, rhel-osp-director-maint
Target Milestone: y1   
Target Release: 7.0 (Kilo)   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-0.8.6-68.el7ost Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-08 12:19:45 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:
Bug Depends On: 1240824    
Bug Blocks:    

Description Joe Talerico 2015-09-24 21:25:38 UTC
Description of problem:
max_connection is still set to 1024.

Version-Release number of selected component (if applicable):
openstack-heat-templates-0-0.6.20150605git.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1. Deploy OSP with OSPD

Actual results:
| max_connections                         | 1024                 |


Expected results:
4096 would be a good starting point.

Additional info:
Currently we default the value to 1024 : https://code.engineering.redhat.com/gerrit/gitweb?p=openstack-tripleo-heat-templates.git;a=blob;f=controller.yaml;h=db6613f4c74ea22a913660fc8a3f73e334506ff6;hb=refs/heads/rhos-7.0-patches


The upstream fix : https://review.openstack.org/#/c/202516/1

Comment 2 Marius Cornea 2015-09-28 13:04:26 UTC
stack@instack:~>>> rpm -qa  |grep openstack-tripleo-heat-templates
openstack-tripleo-heat-templates-0.8.6-69.el7ost.noarch

[root@overcloud-controller-0 ~]# mysql -e "SHOW VARIABLES LIKE 'max_connections%';"
+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| max_connections | 4096  |
+-----------------+-------+

Comment 4 errata-xmlrpc 2015-10-08 12:19:45 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/RHSA-2015:1862