| **ceph** **pg** [ *debug* \| *deep-scrub* \| *dump* \| *dump_json* \| *dump_pools_json* \| *dump_stuck* \| *getmap* \| *ls* \| *ls-by-osd* \| *ls-by-pool* \| *ls-by-primary* \| *map* \| *repair* \| *scrub* \| *stat* ] ...
-| **ceph** **quorum** [ *enter* \| *exit* ]
-
| **ceph** **quorum_status**
| **ceph** **report** { *<tags>* [ *<tags>...* ] }
quorum
------
-Cause MON to enter or exit quorum.
+Cause a specific 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
ceph pg stat | grep 'pgs:'
ceph pg 1.0 query
ceph tell 1.0 query
- ceph quorum enter
+ first=$(ceph mon dump -f json | jq -r '.mons[0].name')
+ ceph tell mon.$first quorum enter
ceph quorum_status
ceph report | grep osd_stats
ceph status