From f78d3ac6e526e597e3358e51eafe9b8a89076edb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Jun 2018 13:34:54 -0500 Subject: [PATCH] mgr/mgr_module: update docstring for get() Signed-off-by: Sage Weil --- src/pybind/mgr/mgr_module.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 5ca8e2fe25fdb..1aaafb10554a3 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 -- 2.39.5