Skip to content

Commit 0b9f619

Browse files
author
Dave Cuthbert
authored
DOCS-15937 typo, line lengths (#114)
1 parent df09a55 commit 0b9f619

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

source/reference/limitations.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,17 @@ Sharded Clusters
8686
- Sync from a replica set to a sharded cluster has the following
8787
limitations:
8888

89-
- Collections included in the ``sharding.shardingEntries`` option for the
90-
:ref:`c2c-api-start` command cannot be renamed to use a different
91-
database while ``mongosync`` is running.
92-
- When using the ``sharding.createSupprtingIndexes`` option to create indexes
93-
supporting shard keys on the destination cluster during sync,
94-
you cannot create these indexes afterwards on the source cluster.
89+
- Collections included in the ``sharding.shardingEntries`` option for
90+
the :ref:`c2c-api-start` command cannot be renamed to use a
91+
different database while ``mongosync`` is running.
92+
- When using the ``sharding.createSupportingIndexes`` option to create
93+
indexes supporting shard keys on the destination cluster during
94+
sync, you cannot create these indexes afterwards on the source
95+
cluster.
9596

96-
The index must either exist before ``mongosync`` starts or be created after
97-
the migration is complete and ``mongosync`` has stopped.
97+
The index must either exist before ``mongosync`` starts or be
98+
created after the migration is complete and ``mongosync`` has
99+
stopped.
98100
- Within a collection, the ``_id`` field must be unique across all of
99101
the shards in the cluster. See :ref:`sharded-clusters-unique-indexes`
100102
for more details.

0 commit comments

Comments
 (0)