Skip to content

Commit 3824c65

Browse files
author
Sam Kleinman
committed
DOCS-153 clarification
1 parent cc444ad commit 3824c65

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

source/administration/sharding-architectures.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,5 @@ potential failure scenarios and available resolutions:
166166
splits <sharding-procedure-create-split>`. Replace the config server
167167
as soon as possible. If all multiple config databases become
168168
unavailable, the cluster can become inoperable.
169-
170-
.. note::
171-
172-
All config servers must be running when you first set up a shard cluster.
169+
170+
.. include:: /includes/note-config-server-startup.rst

source/administration/sharding.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ more detail or use the following procedure as a quick starting point:
5959
:doc:`command line </reference/mongod>` and :doc:`configuration
6060
file </reference/configuration-options>` options are available for config
6161
server instances.
62-
63-
.. note::
6462

65-
All config servers must be running when you first set up a shard cluster.
63+
.. include:: /includes/note-config-server-startup.rst
6664

6765
#. Start a :program:`mongos` instance issuing the following command:
6866

@@ -893,7 +891,7 @@ For redundancy, all production :term:`shard clusters <shard cluster>` should
893891
deploy three config servers processes on three different machines.
894892

895893
Do not use only a single config server for production deployments.
896-
Consider deploying a single config server only for testing.
894+
Only use a single config server deployments for testing.
897895
You should upgrade to three config servers immediately if you are
898896
shifting to production.
899897
The following process shows how to upgrade from one to
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. note::
2+
3+
All config servers must be running and available when you first initiate
4+
a :term:`shard cluster`.

0 commit comments

Comments
 (0)