Skip to content

Commit 2170e48

Browse files
author
Sam Kleinman
committed
DOCS-642 clarifying affect of shardsvr
1 parent 5d4f0b8 commit 2170e48

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/reference/configuration-options.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,8 @@ Sharding Cluster Options
739739

740740
Set this value to ``true`` to configure this :program:`mongod`
741741
instance as a shard in a partitioned cluster. The default port for
742-
these instances is ``27018``.
742+
these instances is ``27018``. The only affect of
743+
:setting:`shardsvr` is to change the port number.
743744

744745
.. setting:: noMoveParanoia
745746

source/reference/mongod.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,9 @@ Sharding Cluster Options
574574
.. option:: --shardsvr
575575

576576
Configures this :program:`mongod` instance as a shard in a
577-
partitioned cluster. The default port for these instances is ``27018``.
577+
partitioned cluster. The default port for these instances is
578+
``27018``. The only affect of :option:`--shardsvr` is to change
579+
the port number.
578580

579581
.. option:: --noMoveParanoia
580582

0 commit comments

Comments
 (0)