From: Tim Rozet Date: Fri, 3 Mar 2017 15:23:58 +0000 (-0500) Subject: Increases open files limit for mariadb X-Git-Tag: danube.1.0~43^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0becf5f89af1bf43e872b755769c803eb55c3548;p=apex.git Increases open files limit for mariadb 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 --- diff --git a/ci/PR_revision.log b/ci/PR_revision.log index 1328da23..49e35b35 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -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