Comment 20 for bug 1648181

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ocata)

Reviewed: https://review.openstack.org/450003
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6b33a77f3c0bd283ec34cdc69688eede5b60949d
Submitter: Jenkins
Branch: stable/ocata

commit 6b33a77f3c0bd283ec34cdc69688eede5b60949d
Author: Tim Rozet <email address hidden>
Date: Thu Feb 16 14:21:32 2017 -0500

    Enables increasing mariadb open files for noha deployments

    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.

    In the future we should change this to be an integer, and let the
    operator decide the setting. Since this setting is set in a different
    path for HA, we would need to implement a change that allows setting
    both (ha and nonha) via the same integer param.

    Depends-On: Ia0907b2ab6062a93fb9363e39c86535a490fbaf6

    Closes-Bug: #1648181
    Related-Bug: #1524809

    Change-Id: I95393fc798b833a8575afbff03ef74a839565c5e
    Signed-off-by: Tim Rozet <email address hidden>
    (cherry picked from commit 900ddfb27f0dd2afd8345d89a78b624f647b255d)