Comment 8 for bug 1479473

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

Reviewed: https://review.openstack.org/222198
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=09870e589eaea11e3d5f5d184266d017c3965131
Submitter: Jenkins
Branch: juno

commit 09870e589eaea11e3d5f5d184266d017c3965131
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.

    Conflicts:
      rpc_deployment/roles/galera_config/templates/my.cnf

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