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. 

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

 I used `git bisect` to identify the first bad commit as https://github.com/ceph/ceph/commit/1164ef2f32d81d4f35623c3f6a77af2b6871f962. 1164ef2f32d81d4f35623c3f6a77af2b6871f962. 

 Problem is fixed by https://github.com/ceph/ceph/pull/22420. 

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

Back