From 7d59d0d0b07a46655900fd8328db304704159009 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 Jul 2017 11:21:38 -0400 Subject: [PATCH] doc/man/8/ceph: document 'ceph mgr *' commands Signed-off-by: Sage Weil --- doc/man/8/ceph.rst | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index bbe0092d1a628..78b82ba51d0e6 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -442,6 +442,63 @@ Usage:: ceph mon_status +mgr +--- + +Ceph manager daemon configuration and management. + +Subcommand ``dump`` dumps the latest MgrMap, which describes the active +and standby manager daemons. + +Usage:: + + ceph mgr dump + +Subcommand ``fail`` will mark a manager daemon as failed, removing it +from the manager map. If it is the active manager daemon a standby +will take its place. + +Usage:: + + ceph mgr fail + +Subcommand ``module ls`` will list currently enabled manager modules (plugins). + +Usage:: + + ceph mgr module ls + +Subcommand ``module enable`` will enable a manager module. Available modules are included in MgrMap and visible via ``mgr dump``. + +Usage:: + + ceph mgr module enable + +Subcommand ``module disable`` will disable an active manager module. + +Usage:: + + ceph mgr module disable + +Subcommand ``metadata`` will report metadata about all manager daemons or, if the name is specified, a single manager daemon. + +Usage:: + + ceph mgr metadata [name] + +Subcommand ``versions`` will report a count of running daemon versions. + +Usage:: + + ceph mgr versions + +Subcommand ``count-metadata`` will report a count of any daemon metadata field. + +Usage:: + + ceph mgr count-metadata + + osd --- -- 2.39.5