1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
| [direct: mongos] vvd> sh.status() shardingVersion { _id: 1, clusterId: ObjectId('67177b0f7478e63cb9a618a5') } --- shards [ { _id: 'shard1', host: 'shard1/shard1:27018', state: 1, topologyTime: Timestamp({ t: 1729592126, i: 2 }) }, { _id: 'shard2', host: 'shard2/shard2:27018', state: 1, topologyTime: Timestamp({ t: 1729593951, i: 2 }) }, { _id: 'shard3', host: 'shard3/shard3:27018', state: 1, topologyTime: Timestamp({ t: 1729593958, i: 2 }) } ] --- active mongoses [ { '7.0.12': 1 } ] --- autosplit { 'Currently enabled': 'yes' } --- balancer { 'Currently enabled': 'yes', 'Failed balancer rounds in last 5 attempts': 0, 'Currently running': 'no', 'Migration Results for the last 24 hours': 'No recent migrations' } --- databases [ { { database: { _id: 'vvd', primary: 'shard3', partitioned: false, version: { uuid: UUID('5ffbe210-fe2a-4b96-8b98-f568eab7fbec'), timestamp: Timestamp({ t: 1729594145, i: 1 }), lastMod: 1 } }, collections: { 'vvd.fs.chunks': { shardKey: { files_id: 'hashed', n: 1 }, unique: false, balancing: true, chunkMetadata: [ { shard: 'shard1', nChunks: 2 }, { shard: 'shard2', nChunks: 2 }, { shard: 'shard3', nChunks: 2 } ], chunks: [ { min: { files_id: MinKey(), n: MinKey() }, max: { files_id: Long('-6148914691236517204'), n: MinKey() }, 'on shard': 'shard3', 'last modified': Timestamp({ t: 1, i: 0 }) }, { min: { files_id: Long('-6148914691236517204'), n: MinKey() }, max: { files_id: Long('-3074457345618258602'), n: MinKey() }, 'on shard': 'shard3', 'last modified': Timestamp({ t: 1, i: 1 }) }, { min: { files_id: Long('-3074457345618258602'), n: MinKey() }, max: { files_id: Long('0'), n: MinKey() }, 'on shard': 'shard1', 'last modified': Timestamp({ t: 1, i: 2 }) }, { min: { files_id: Long('0'), n: MinKey() }, max: { files_id: Long('3074457345618258602'), n: MinKey() }, 'on shard': 'shard1', 'last modified': Timestamp({ t: 1, i: 3 }) }, { min: { files_id: Long('3074457345618258602'), n: MinKey() }, max: { files_id: Long('6148914691236517204'), n: MinKey() }, 'on shard': 'shard2', 'last modified': Timestamp({ t: 1, i: 4 }) }, { min: { files_id: Long('6148914691236517204'), n: MinKey() }, max: { files_id: MaxKey(), n: MaxKey() }, 'on shard': 'shard2', 'last modified': Timestamp({ t: 1, i: 5 }) } ], tags: [] } } } ]
|