Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-5138

Are node names case sensitive?

    • Type: Icon: Question Question
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 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"

            Assignee:
            randolph@mongodb.com Randolph Tan
            Reporter:
            thesaint Theo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: