-
Type: Question
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.0.2
-
Component/s: Networking, Sharding
-
Environment:RHEL/CentOS, MongoDB 2.0.2
Mongos configdb "parameters" are case sensistive. Is this correct? The docs only state that "option" names are case sensitive.
This fails:
OPTIONS="--configdb NODE1:27017,NODE2:27017,NODE3:27017"
This works
OPTIONS="--configdb node1:27017,node2:27017,node3:27017"
- related to
-
SERVER-4999 all hostnames should be compared case insensitively
- Closed