]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/mgr_module: update docstring for get()
authorSage Weil <sage@redhat.com>
Mon, 11 Jun 2018 18:34:54 +0000 (13:34 -0500)
committerSage Weil <sage@redhat.com>
Sat, 23 Jun 2018 22:01:55 +0000 (17:01 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/mgr_module.py

index 5ca8e2fe25fdb6faf7d79a1df5e10507476d1a09..1aaafb10554a30d6424d989a759858764b68dfcc 100644 (file)
@@ -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 <devid>.
 
         Note:
             All these structures have their own JSON representations: experiment