Comment 2 for bug 1995295

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

Reviewed: https://review.opendev.org/c/openstack/charm-hacluster/+/863138
Committed: https://opendev.org/openstack/charm-hacluster/commit/a03b0b2a87e8667da2f43c4e5f827d9ff8843307
Submitter: "Zuul (22348)"
Branch: master

commit a03b0b2a87e8667da2f43c4e5f827d9ff8843307
Author: Corey Bryant <email address hidden>
Date: Tue Nov 1 11:53:21 2022 +0100

    Only return hacluster nodes from list_nodes()

    list_nodes() recently had some changes to run 'crm node show'
    in jammy+ instead of 'crm node status'. The difference is that
    'crm node show' returns the pacemaker-remote nodes in addition
     to the hacluster nodes. This change limits the nodes returned
    by list_nodes() to the hacluster nodes (ie. the nodes that
    have a node ID).

    Closes-Bug: #1995295
    Change-Id: Ia405d4270f56c949f79167f8b75c1304b598b918