Comment 2 for bug 1635294

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/389307
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=7ce217909ab0ef1492e20cfc44470aeeaec3a791
Submitter: Jenkins
Branch: master

commit 7ce217909ab0ef1492e20cfc44470aeeaec3a791
Author: Michele Baldessari <email address hidden>
Date: Thu Oct 20 20:16:28 2016 +0200

    Fix the stonith property during upgrades

    We currently set the stonith property from all controller nodes during
    upgrade. This is racy and can actually end up disabling stonith after
    the upgrade even if when it was enabled.

    Let's set the property only from the bootstrap node.

    Change-Id: Id4afb867b485ac853be874a0179a7ed7cc914068
    Closes-Bug: #1635294