From ff15d24d4ae900a50d10bdcebfaad60255b15c7f Mon Sep 17 00:00:00 2001 From: dengchl01 Date: Tue, 8 Jun 2021 15:42:27 +0800 Subject: [PATCH] mgr/mgr_module: add docstring of MgrModule.get()-mgr_map,modified_config_options,service_map,mds_metadata,pg_status,osd_pool_stats,mgr_ips,have_local_config_map Signed-off-by: dengchl01 --- src/pybind/mgr/mgr_module.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index e2799d77daf66..fa3a85c5305e1 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -1043,7 +1043,9 @@ class MgrModule(ceph_module.BaseMgrModule, MgrModuleLoggingMixin): 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, devices, device , pg_stats, - pool_stats, pg_ready, osd_ping_times. + pool_stats, pg_ready, osd_ping_times, mgr_map, mgr_ips, + modified_config_options, service_map, mds_metadata, + have_local_config_map, osd_pool_stats, pg_status. Note: All these structures have their own JSON representations: experiment -- 2.39.5