Comment 6 for bug 1479473

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/214576
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=a3f1b83ab850be5baf6ff3f1e599602fdeda29af
Submitter: Jenkins
Branch: kilo

commit a3f1b83ab850be5baf6ff3f1e599602fdeda29af
Author: Christopher H. Laco <email address hidden>
Date: Sat Aug 15 15:50:10 2015 -0500

    Enable log_slave_updates

    Without log_slave_updates enabled, the bin logs are only written on the
    cluster server that handles the request. This makes database recovery
    more difficult as the bin logs are spread across all servers and must be
    combined manually in order to recover the database.

    Enabling log_slave_updates ensures all nodes in the cluster contain the
    complete bin logs and recovery can be performed from any cluster member.

    Change-Id: I978d6aea93369382faeace96b7865b9e56a7995a
    Closes-Bug: #1479473
    (cherry picked from commit 41332ab35f5ff667cd5d3fdbecf03ffac0e87147)