Skip to content

Commit e0fa833

Browse files
author
Dave Cuthbert
authored
DOCS-15755 BACKPORT (#2415)
1 parent 89af0c6 commit e0fa833

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
@@ -105,6 +105,13 @@ The following procedure adds the initial replica set ``rs0`` as a shard.
105105

106106
.. _convert-add-second-shard:
107107

108+
.. warning::
109+
110+
Once the new shard is active, ``mongosh`` and other clients must
111+
**always** connect to the ``mongos`` instance. Do not connect
112+
directly to the ``mongod`` instances. If your clients connect to
113+
shards directly, you may create data or metadata inconsistencies.
114+
108115
Add Second Shard
109116
~~~~~~~~~~~~~~~~
110117

0 commit comments

Comments
 (0)