Skip to content

Commit 99f7714

Browse files
author
Dave Cuthbert
authored
DOCS-15755 switch to router (#2359)
* DOCS-15755 switch to router * Review feedback * Review feedback
1 parent 3cac5fb commit 99f7714

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ The following procedure adds the initial replica set ``rs0`` as a shard.
116116

117117
.. _convert-add-second-shard:
118118

119+
.. warning::
120+
121+
Once the new shard is active, ``mongosh`` and other clients must
122+
**always** connect to the ``mongos`` instance. Do not connect
123+
directly to the ``mongod`` instances. If your clients connect to
124+
shards directly, you may create data or metadata inconsistencies.
125+
119126
Add Second Shard
120127
~~~~~~~~~~~~~~~~
121128

0 commit comments

Comments
 (0)