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
15
15
There are two ways to synchronize :ref:`sharded clusters
16
16
<sharded-cluster>`. You can use either one ``mongosync`` or several
17
17
``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.
20
20
21
21
.. _c2c-sharded-config-single:
22
22
@@ -39,6 +39,10 @@ using multiple ``mongosync`` instances.
39
39
Configure Multiple ``mongosync`` Instances
40
40
------------------------------------------
41
41
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
+
42
46
To configure multiple ``mongosync`` instances:
43
47
44
48
#. :ref:`Verify cluster configuration <c2c-shard-config-verify>`
You can’t perform that action at this time.
0 commit comments