Comment 4 for bug 1744393

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-percona-cluster (master)

Reviewed: https://review.opendev.org/670163
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=b97a0971c22f129b71674a22a65080a65c96af76
Submitter: Zuul
Branch: master

commit b97a0971c22f129b71674a22a65080a65c96af76
Author: David Ames <email address hidden>
Date: Wed Jul 10 12:01:06 2019 -0700

    Bootstrap action after a cold boot

    After a cold boot, percona-cluster will require administrative
    intervention. One node will need to bootstrap per upstream
    Percona Cluster documentation:
    https://www.percona.com/blog/2014/09/01/galera-replication-how-to-recover-a-pxc-cluster/

    This change adds an action to bootstrap a single node. On the other
    nodes systemd will be attempting to start percona. Once the bootstrapped
    node is up the others will join automatically.

    Change-Id: Id9a860edc343ee5dbd7fc8c5ce3b4420ec6e134e
    Partial-Bug: #1744393