Comment 6 for bug 1951094

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-mon/+/819452
Committed: https://opendev.org/openstack/charm-ceph-mon/commit/33b59af45244eee33768121d6e70ee4b55297525
Submitter: "Zuul (22348)"
Branch: stable/21.10

commit 33b59af45244eee33768121d6e70ee4b55297525
Author: Alex Kavanagh <email address hidden>
Date: Fri Nov 26 12:31:43 2021 +0000

    Fix get_mon_map() for octopus and later

    The "ceph mon_status" command seems to have disappeared on octopus and
    later, and is replaced by "ceph quorum_status". This changes the
    get_mon_map() function to detect the underlying ceph version and do the
    right thing.

    Note that the fix is actually in charm-helpers, and this has been
    manually synced into the charm [1].

    Note: also picked pyparsing pin to allow tests to run.

    Cherry-picked from master.

    [1] https://github.com/juju/charm-helpers/pull/659

    Change-Id: I59cf6fc19cf2a91b0aef37059cdb0ed37379b5cb
    Closes-Bug: #1951094