diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 1db2e71a425e39..84f0bcddac8afe 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -312,7 +312,8 @@ def get(self, data_name): :param str data_name: Valid things to fetch are osd_crush_map_text, osd_map, osd_map_tree, osd_map_crush, config, mon_map, fs_map, - osd_metadata, pg_summary, io_rate, pg_dump, df, osd_stats, health, mon_status. + osd_metadata, pg_summary, io_rate, pg_dump, df, osd_stats, + health, mon_status, devices, device . Note: All these structures have their own JSON representations: experiment