Tasks #1824
Bug #1822: radosgw can be slow to respond to requests
ceph monitor status should be available and documented
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:
0%
Tags:
Reviewed:
Affected Versions:
Pull request ID:
Description
I saw last night that I think we can run "ceph quorum_status" to see which monitors are in the quorum, "ceph mon_status" to get the status of whatever mon you're connected to, but these aren't documented anywhere that I'm aware of.
Moreover, admins will be happier with a command that additionally tells them whether out-of-quorum mons are currently running or not.
Associated revisions
mon: document quorum_status, mon_status
Fixes: #1824
Signed-off-by: Sage Weil <sage@newdream.net>
History
#1 Updated by Sage Weil almost 12 years ago
- Status changed from New to Resolved
documented in commit:b501efdab9798e30b8bf7990e9a58d076553cd2f
the in-quorum monitors don't keep track of out-of-quorum monitors, so that'd be a larger feature request..