Comment 3 for bug 1884797

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

Reviewed: https://review.opendev.org/741991
Committed: https://git.openstack.org/cgit/openstack/charm-hacluster/commit/?id=ca345745923d26da480531976a1ec7bcbd474386
Submitter: Zuul
Branch: master

commit ca345745923d26da480531976a1ec7bcbd474386
Author: Liam Young <email address hidden>
Date: Mon Jul 20 17:04:57 2020 +0000

    Ensure setup is only run on leader.

    configure_cluster_global, configure_monitor_host and configure_stonith should
    only be run by the leader, otherwise there is the risk of the updates
    happening simultaneously and failing.

    Change-Id: I495ee093a8395433412d890396cd991c6acd97f3
    Closes-Bug: #1884797