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
739
739
740
740
Set this value to ``true`` to configure this :program:`mongod`
741
741
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.
743
744
744
745
.. setting:: noMoveParanoia
745
746
Original file line number Diff line number Diff line change @@ -574,7 +574,9 @@ Sharding Cluster Options
574
574
.. option:: --shardsvr
575
575
576
576
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.
578
580
579
581
.. option:: --noMoveParanoia
580
582
You can’t perform that action at this time.
0 commit comments