Comment 8 for bug 1755507

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

Reviewed: https://review.openstack.org/553285
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=85551aced023011ab347aa4f5bad5af1462f5dcb
Submitter: Zuul
Branch: stable/18.02

commit 85551aced023011ab347aa4f5bad5af1462f5dcb
Author: David Ames <email address hidden>
Date: Wed Mar 14 21:43:11 2018 +0000

    Ensure leader settings on charm upgrade

    Currently bootstrapping is gated by is_leader_bootstrapped which
    checks a handful of leader settings. When upgrading from older
    versions of the charm, these settings are missing leading to an
    attempt to bootstrap an already bootstrapped cluster.

    This change makes sure the leader settings is_leader_bootstrapped is
    checking for are all set by the leader on upgrade-charm.

    Closes-Bug: #1755507

    Change-Id: I172f10221b9447ca3e0c5403feaa49acccfa9e42
    (cherry picked from commit 5bce1985e1fdc590a96050be7f35ea9a6d5358e3)