]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: document quorum_status, mon_status
authorSage Weil <sage@newdream.net>
Fri, 6 Jan 2012 20:20:18 +0000 (12:20 -0800)
committerSage Weil <sage@newdream.net>
Fri, 6 Jan 2012 20:23:00 +0000 (12:23 -0800)
Fixes: #1824
Signed-off-by: Sage Weil <sage@newdream.net>
doc/control.rst

index d7cd8c02b3bde1a84efceabac6fe0d6291d95d06..3d8448b23ded39d2ff6d6e0e45d156d5eddabb66 100644 (file)
@@ -7,12 +7,11 @@
 Monitor commands
 ----------------
 
-Monitor commands are issued using the ceph utility (in versions before
-Dec08 it was called cmonctl)::
+Monitor commands are issued using the ceph utility::
 
        $ ceph [-m monhost] command
 
-where the command is usually of the form::
+where the command is usually (though not always) of the form::
 
        $ ceph subsystem command
 
@@ -33,6 +32,16 @@ Shows an overview of the current status of the cluster.  ::
 
 Shows a running summary of the status of the cluster, and major events.
 
+       $ ceph quorum_status
+
+Show the monitor quorum, including which monitors are participating and which one
+is the leader.
+
+       $ ceph [-m monhost] mon_status
+
+Query the status of a single monitor, including whether or not it is in the quorum.
+
+
 AUTH subsystem
 --------------
 ::