File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ content: |
122
122
database: {
123
123
_id: '<database>',
124
124
primary: '<shard>',
125
- partitioned: true ,
125
+ partitioned: false ,
126
126
version: {
127
127
uuid: <uuid>,
128
128
timestamp: <timestamp>,
Original file line number Diff line number Diff line change @@ -140,9 +140,8 @@ unbalanced sharded cluster.
140
140
1 : Failed with error 'aborted', from shardA to shardB
141
141
142
142
The :ref:`sharding-status-databases-fields` section lists information
143
- on the database(s). For each database, the section displays the name,
144
- whether the database has sharding enabled, and the :term:`primary
145
- shard` for the database.
143
+ on the database(s). It displays the database name and the :term:`primary
144
+ shard` for each database.
146
145
147
146
.. code-block:: javascript
148
147
@@ -335,9 +334,10 @@ Databases
335
334
336
335
.. data:: sh.status.databases.partitioned
337
336
338
- The :data:`~sh.status.databases.partitioned` displays whether
339
- the database has sharding enabled. If ``true``, the database has
340
- sharding enabled.
337
+ Starting in MongoDB 6.0 and :ref:`feature compatibility version (FCV)
338
+ <view-fcv>` 6.0, the ``partitioned`` flag only maintains backward
339
+ compatibility with previous versions. By default, all databases are
340
+ enabled for sharding regardless of the ``partitioned`` value.
341
341
342
342
.. data:: sh.status.databases.primary
343
343
You can’t perform that action at this time.
0 commit comments