Project

General

Profile

Bug #24404

Updated by Patrick Seidensal almost 6 years ago

The OSD page doesn't show any statistics about OSDs anymore. This is due to the backend (`/api/osd` API) not returning the values anymore, but not reporting any problems. 

 I used `git bisect` reverted back to identify an older revision (15edf77cc39e1a76b6e629ad710a5ad966d0dd34), compiled Ceph and the first bad commit as 1164ef2f32d81d4f35623c3f6a77af2b6871f962. 

 Problem is fixed by https://github.com/ceph/ceph/pull/22420. dashboard was able to show statistics on the OSD page again. 

 To retrieve this information, the `get_counter` method of `mgr_module.py` is used.

Back