Comment 4 for bug 1931500

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/795802
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/d03517b6144373fea1fc0e7f11bf4a39cecb00b6
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit d03517b6144373fea1fc0e7f11bf4a39cecb00b6
Author: Damien Ciabrini <email address hidden>
Date: Wed Jun 9 23:31:52 2021 +0200

    HA minor update: fix bad pcs invocation

    When a HA resource is in failed stated, the minor update
    should normally try to restart it but the associated
    pcs invocation is currently invalid, so the resource never
    gets a chance to be restarted.

    Use the right pcs call to fix this minor update use case.

    Change-Id: Iaf85807d067898bbab6d76ab40bc070e845a8b38
    Closes-Bug: #1931500
    (cherry picked from commit 1662600e6e6e8fedbf096b279e16eabd7b3c6eea)