ceph / ceph-medic

find common issues in ceph clusters
MIT License
22 stars 18 forks source link

checks: adds osds.check_osd_ceph_fsid #48

Closed andrewschoen closed 7 years ago

andrewschoen commented 7 years ago

This will issue the warning code WOSD1 if multiple values are found in ceph_fsid files that are located in the osd directories at /var/lib/ceph/osd

This is only a warning because you could want to host OSDs on a single node for multiple ceph clusters.

Fixes: https://github.com/ceph/ceph-medic/issues/2

Signed-off-by: Andrew Schoen aschoen@redhat.com