Increases open files limit for mariadb 41/29741/2
authorTim Rozet <trozet@redhat.com>
Fri, 3 Mar 2017 15:23:58 +0000 (10:23 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 3 Mar 2017 15:28:44 +0000 (10:28 -0500)
There is currently an issue where the max open files limit is hit with
MariaDB in noha deployments, because it is defaulted to 1024 by system
limits. In HA deployments the limit is bumped to 16384. This patch
introduces a flag to be able to increase the limit to 16384 for noHA
deployments.

opnfv-tht-pr: 115
opnfv-puppet-tripleo-pr: 17

JIRA: APEX-345

Change-Id: I786517c5fb663332e782500df964a43d3d4538ff
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/PR_revision.log

index 1328da2..49e35b3 100644 (file)
@@ -7,3 +7,4 @@
 107,Enable ODL clustering
 110,Adding endpoint url definitions for tacker
 109,Adding endpoint url definitions to congress
+115,Increases mariadb open files limit for noha deployments