Skip to content

Commit 91ac061

Browse files
authored
DOCS-15737 config.settings Schema Validation (#2524)
* DOCS-15737 config.settings Schema Validation * copy edits * JD edits * add schema validation error info * AE edits
1 parent 378e086 commit 91ac061

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Starting in MongoDB 6.2, you must set ``value`` between 1 and 1024 (inclusive)
2+
when inserting or updating documents with the ``_id: chunksize`` field in the
3+
:data:`config.settings` collection. If you specify an invalid ``value``,
4+
MongoDB returns a schema validation error.
5+
6+
Any ``value`` fields outside the range of 1 to 1024 MB (inclusive) set prior to
7+
MongoDB 6.2 remain unchanged.

source/release-notes/6.2-compatibility.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ Removed Options
2121
---------------
2222

2323
.. include:: /includes/fact-remove-maxSize-addShard.rst
24+
25+
Sharded Clusters
26+
----------------
27+
28+
``config.settings`` Schema Validation
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+
.. include:: /includes/fact-invalid-balancer-setting-values.rst

0 commit comments

Comments
 (0)