Merge pull request #11787 from SUSE/wip-17802

doc: clarify "ceph quorum" syntax

Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Nathan Cutler 2017-01-04 00:16:47 +01:00 committed by GitHub
commit b61c8158d3

View File

@ -1183,12 +1183,16 @@ Usage::
quorum
------
Enter or exit quorum.
Cause MON to enter or exit quorum.
Usage::
ceph quorum enter|exit
Note: this only works on the MON to which the ``ceph`` command is connected.
If you want a specific MON to enter or exit quorum, use this syntax::
ceph tell mon.<id> quorum enter|exit
quorum_status
-------------