From 76b31c130930be58e3897a2fccefeb67d58d1f95 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 4 Nov 2016 16:20:30 +0100 Subject: [PATCH] doc: clarify "ceph quorum" syntax The man page did not prepare the user for the fact that "ceph quorum exit" will cause a random monitor to leave quorum, nor did it say explicitly how to make the command work on a specific monitor. Fixes: http://tracker.ceph.com/issues/17802 Signed-off-by: Nathan Cutler --- doc/man/8/ceph.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 53915c81ff962..6fa48c9e3cdfe 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1189,12 +1189,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. quorum enter|exit quorum_status -------------