Details
-
Task
-
Resolution: Done
-
Minor - P4
-
None
-
None
Description
http://docs.mongodb.org/master/reference/method/sh.status/
From SERVER-18820 and SERVER-18786, sh.status() will now include:
- "unique: true" if the shard key was marked with "unique: true" when the collection was sharded, and/or
- "balancing: false" if the collection is not currently being balanced (via sh.disableBalancing("db.coll")).
- a list of (most recently) active mongoses
- If verbose = false, then the number of mongoses of each MongoDB version
- If verbose = true, then an actual list of the relevant mongoses
Attachments
Issue Links
- documents
-
SERVER-18786 printShardingStatus/sh.status should give info of active mongoses
-
- Closed
-
-
SERVER-18820 printShardingStatus/sh.status should indicate if optional config.collections fields are enabled
-
- Closed
-
- is related to
-
DOCS-12649 Improve sh.status chunk-related verbiage
-
- Closed
-