X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fdoc%2Fmgr%2Fadministrator.rst;h=453cd3fbe6d136bfa1215bac69402b11066f8228;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=d78a30a4d558fde1e1761822142729830a451212;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/doc/mgr/administrator.rst b/ceph/doc/mgr/administrator.rst index d78a30a4d..453cd3fbe 100644 --- a/ceph/doc/mgr/administrator.rst +++ b/ceph/doc/mgr/administrator.rst @@ -55,17 +55,20 @@ daemon as failed using ``ceph mgr fail ``. Calling module commands ----------------------- -Where a module implements command line hooks, using the Ceph CLI's -``tell`` command to call them like this:: +Where a module implements command line hooks, the commands will +be accessible as ordinary Ceph commands:: - ceph tell mgr + ceph + +If you would like to see the list of commands handled by the +manager (where normal ``ceph help`` would show all mon and mgr commands), +you can send a command directly to the manager daemon:: + + ceph tell mgr help Note that it is not necessary to address a particular mgr instance, simply ``mgr`` will pick the current active daemon. -Use the ``help`` command to get a list of available commands from all -modules. - Configuration -------------