File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Use ``mongosync`` on Sharded Clusters
1515There are two ways to synchronize :ref:`sharded clusters
1616<sharded-cluster>`. You can use either one ``mongosync`` or several
1717``mongosync`` instances. For best performance with large or heavily
18- loaded clusters, use multiple ``mongosync`` instances, one
19- ``mongosync`` for each shard in the cluster.
18+ loaded clusters, use one ``mongosync`` instance for each shard on the
19+ source cluster.
2020
2121.. _c2c-sharded-config-single:
2222
@@ -39,6 +39,10 @@ using multiple ``mongosync`` instances.
3939Configure Multiple ``mongosync`` Instances
4040------------------------------------------
4141
42+ The number of ``mongosync`` instances must match the number of shards on
43+ the source cluster. For a replica set source, you can only use one
44+ ``mongosync`` instance.
45+
4246To configure multiple ``mongosync`` instances:
4347
4448#. :ref:`Verify cluster configuration <c2c-shard-config-verify>`
You can’t perform that action at this time.
0 commit comments