Comment 25 for bug 1484552

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

Reviewed: https://review.openstack.org/291916
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=0f92581240e338de996e2c5b7824ee08e26e23e3
Submitter: Jenkins
Branch: master

commit 0f92581240e338de996e2c5b7824ee08e26e23e3
Author: Maksim Malchuk <email address hidden>
Date: Sat Mar 12 00:02:06 2016 +0300

    Fix ignore-db-dir problem after switch from wsrep.cnf to my.cnf

    Switch from custom MySQL config to the global one in the Galera case
    would reproduce the old MySQL bug [1] when duplicate settings used
    when the mysql_install_db executed.

    This commit can be safely reverted when we switch puppetlabs-mysql
    to the head with PR#808 merged.

    [1] https://bugs.mysql.com/bug.php?id=69441

    Change-Id: Ie05c9b6dd664e6cf6fb891422de107b6d0f1c2e7
    Partial-Bug: #1484552