Comment 11 for bug 1595143

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

Reviewed: https://review.openstack.org/397764
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=cc58790ebefff19133b8114ad7d263409fe1ccc5
Submitter: Jenkins
Branch: stable/newton

commit cc58790ebefff19133b8114ad7d263409fe1ccc5
Author: Jesse Pretorius <email address hidden>
Date: Tue Nov 8 18:51:39 2016 +0000

    Allow a single-node MariaDB cluster to restart properly

    With the implementation of https://review.openstack.org/382683 a single
    MariaDB node has no peers configured, so there's no need to bootstrap
    the cluster on restart.

    This patch removes the condition in the handler which previously was
    needed to handle the re-bootstrap during a single node cluster service
    restart.

    Closes-Bug: #1595143
    Closes-Bug: #1639900
    Related-Bug: #1624327
    Change-Id: I599bbf0efa4e3d5abdf6d95c95d7983c464b3ae5
    (cherry picked from commit ff4e9c6ece0849d08f36dda93315181fe5a75339)