Comment 2 for bug 1934938

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-osd/+/806644
Committed: https://opendev.org/openstack/charm-ceph-osd/commit/93e9885aa7cc4c4e0c35e065abbdcad4d7c6279d
Submitter: "Zuul (22348)"
Branch: master

commit 93e9885aa7cc4c4e0c35e065abbdcad4d7c6279d
Author: Luciano Lo Giudice <email address hidden>
Date: Mon Aug 30 18:13:43 2021 -0300

    Only consider mounted OSD directories

    When gathering the list of local OSD ids, the charm would consider
    the entries under '/var/lib/ceph/osd/ceph-XXX' where 'XXX" was the
    OSD id. However, if an entry under that directory isn't mounted,
    then the OSD that would represent that entry should be discarded,
    as it's no longer active. This patchset thus filters those entries
    by looking for them in the mount points.

    Closes-Bug: #1934938
    Change-Id: I69c6356e450cc0c96de4afe571b438d4a2ea5177