Comment 13 for bug 1569446

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-galera_server (master)

Reviewed: https://review.openstack.org/306298
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=b9a7361b28a7acb2dd05ef960cf474dc91486a6a
Submitter: Jenkins
Branch: master

commit b9a7361b28a7acb2dd05ef960cf474dc91486a6a
Author: Darren Birkett <email address hidden>
Date: Fri Apr 15 09:12:32 2016 +0100

    ensure mysql defaults file is sourced

    The mysql initscript that comes with mariadb-10.0 does not source the
    /etc/default/mysql file, meaning that the MYSQLD_STARTUP_TIMEOUT that
    we set in there is being ignored. This has the effect of causing some
    nodes to timeout their startup too early, interrupting the initial SST,
    and causing the cluster join to fail.

    This commit adds a line to the initscript to ensure that we are
    sourcing /etc/default/mysql correctly.

    Closes-Bug: #1569446
    Co-Authored-By: Jimmy McCrory <email address hidden>

    Change-Id: I6af1cc660c2bbc2a49707cfab995659dc0167f2f