summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-03-03 10:23:58 -0500
committerTim Rozet <trozet@redhat.com>2017-03-03 10:28:44 -0500
commit0becf5f89af1bf43e872b755769c803eb55c3548 (patch)
tree499e997c92307190a3507ed24e9f2bc23d42cbf7
parent2aed70ef1529ea4996fc2367cde8e73f0736f9de (diff)
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 <trozet@redhat.com>
-rw-r--r--ci/PR_revision.log1
1 files changed, 1 insertions, 0 deletions
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