Comment 6 for bug 1971841

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

Reviewed: https://review.opendev.org/c/openstack/charm-hacluster/+/852577
Committed: https://opendev.org/openstack/charm-hacluster/commit/98af701cb204ec1306714eee5861c83c9cb2ad47
Submitter: "Zuul (22348)"
Branch: stable/jammy

commit 98af701cb204ec1306714eee5861c83c9cb2ad47
Author: Felipe Reyes <email address hidden>
Date: Fri May 6 09:55:15 2022 -0400

    Install resource-agents-extra on jammy.

    The install hooks rsync a set of scripts and one of the destinations
    is /usr/lib/stonith/plugins/external, this directory is created by the
    installation of the package cluster-glue which is a pulled as an
    indirect dependency of pacemaker, this changed on >=jammy where an
    intermediate package named resource-agents was split into
    resource-agents-base and resource-agents-extra wher the latter doesn't
    get installed and it's the one that depends on cluster-glue.

    The specific chain of dependencies are:

    focal:
    pacemaker -> pacemaker-resource-agents -> resource-agents -> cluster-glue

    jammy
    pacemaker -> pacemaker-resource-agents -> resource-agents-base

    Change-Id: Ia00061bff2ebe16d35d52b256c61243935edabba
    Closes-Bug: #1971841
    (cherry picked from commit 32ab2d4bda69b7dff695ff0170d3c51cecac0b36)