charms.ceph/charms_ceph
Luciano Lo Giudice 16bcf75712 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: I7ca84ef0b73620fe69d309546c746933e95ceb03
2021-08-30 20:10:30 -03:00
..
__init__.py Rename ceph to charms_ceph 2020-02-24 15:19:34 +00:00
broker.py Fix breaking in code if extra_pools is passed as None 2020-09-28 16:44:57 +01:00
crush_utils.py Fixed raise text value instead of Exception 2021-03-31 21:26:21 +02:00
utils.py Only consider mounted OSD directories 2021-08-30 20:10:30 -03:00