]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/mgr_module: correct docstring of MgrModule.get() 41742/head
author靳登科 <jindengke@inspur.com>
Tue, 8 Jun 2021 00:55:20 +0000 (08:55 +0800)
committer靳登科 <jindengke@inspur.com>
Tue, 8 Jun 2021 00:55:20 +0000 (08:55 +0800)
commit24ca308e101d7c13a47455e5bfc7c47ec23ff138
tree0570e74ef0681e2b7aeb5c4a23fd087233fc96de
parent76d882bd6dc255cde9c124bcae8016c4da514d05
mgr/mgr_module: correct docstring of MgrModule.get()

In annotation, one of param of Mgr_module.get() is "osd_crush_map_text", but in PyObject *ActivePyModules::get_python and selftest, the param is "osdmap_crush_map_text", so update annotation from "osd_crush_map_text" to "osdmap_crush_map_text"

Signed-off-by: lmgdlmgd <1105050771@qq.com>
src/pybind/mgr/mgr_module.py