Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit f5498c2

Browse files
committed
feedback
1 parent 77dcf50 commit f5498c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

source/reference/limitations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Sharded Clusters
150150
returns an error and stops, which requires you to start the migration
151151
from scratch.
152152

153-
- :dbcommand:`transitionFromDedicatedConfigServer` is not supported during
154-
``mongosync`` execution.
153+
- ``mongosync`` doesn't support running the command :dbcommand:`transitionFromDedicatedConfigServer`
154+
during ``mongosync`` execution.
155155

156156
- You must not run the :dbcommand:`moveChunk` and
157157
:dbcommand:`moveRange` commands on the source or destination clusters.

source/reference/mongosync/mongosync-behavior.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,14 @@ primary shard to each database by means of a round-robin.
182182
Embedded Config Server Shards
183183
'''''''''''''''''''''''''''''
184184

185-
Starting in 8.0. MongoDB introduces support for embedded config server shards.
185+
Starting in 8.0, MongoDB introduces support for embedded config server shards.
186186

187187
``mongosync`` supports sync from dedicated config server sharded clusters to
188188
embedded config server sharded clusters and vice versa. Additionally, ``mongosync``
189189
supports sync from replica sets to embedded config sharded clusters.
190190

191+
For more information, see :ref:`config-shard-concept`.
192+
191193
Multiple Clusters
192194
~~~~~~~~~~~~~~~~~
193195

0 commit comments

Comments
 (0)