Comment 11 for bug 1561927

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

Reviewed: https://review.openstack.org/402954
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=1e1000a0892046b158e104025b04d3cf53a2a1b8
Submitter: Jenkins
Branch: master

commit 1e1000a0892046b158e104025b04d3cf53a2a1b8
Author: Edward Hope-Morley <email address hidden>
Date: Fri Nov 25 16:20:05 2016 +0000

    Fix cluster relation unnecessary service restarts

    The logic introduced in commit 619ce065 to formalise database
    initialisation did not support the leader switching and re-runs
    of the shared-db relation. This resulted in extraneous service
    restarts. We avoid this by adding some extra logic around this
    code.

    Change-Id: If988331e552da930eff868abded323014fd50f04
    Closes-Bug: 1561927