From: Sage Weil Date: Mon, 11 Jun 2018 18:34:54 +0000 (-0500) Subject: mgr/mgr_module: update docstring for get() X-Git-Tag: v14.0.1~1030^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f78d3ac6e526e597e3358e51eafe9b8a89076edb;p=ceph-ci.git mgr/mgr_module: update docstring for get() Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 5ca8e2fe25f..1aaafb10554 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -312,7 +312,8 @@ class MgrModule(ceph_module.BaseMgrModule): :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