File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments