Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
In https://docs.mongodb.com/manual/tutorial/deploy-shard-cluster/#connect-a-mongos-to-the-cluster the command line parameter in:
mongos --configDB <configReplSetName>/cfg1.example.net:27017,cfg2.example.net:27017,...
|
configDB should be configdb (lower case db) as mentioned in https://docs.mongodb.com/manual/reference/program/mongos/#cmdoption--configdb
In MongoDB 3.2 the following error message would show if configDB is used:
$ mongos --configDB
|
Error parsing command line: unknown option configDB
|
try 'mongos --help' for more information
|