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 reverted back to an older revision (15edf77cc39e1a76b6e629ad710a5ad966d0dd34), compiled Ceph and the 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