From 90531998d88c3808b3fc4cc7070f06b6d18c6ae4 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 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