From: dengchl01 Date: Tue, 8 Jun 2021 07:42:27 +0000 (+0800) Subject: mgr/mgr_module: add docstring of MgrModule.get()-mgr_map,modified_config_options... X-Git-Tag: v17.1.0~1718^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff15d24d4ae900a50d10bdcebfaad60255b15c7f;p=ceph.git 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 --- diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index e2799d77daf6..fa3a85c5305e 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