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

addshard could be less strict in attribute checking

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 1.3.5
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Environment:
      Ubuntu + mongodb 1.3.1

      use admin
      db.runCommand(

      {addshard:"localhost:3332", allowLocal:1}

      );

      fails with
      {
      "ok" : 0,
      "errmsg" : "can't use localhost as a shard since all shards need to communicate. allowLocal to override for testing"
      }

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            douglashunter Douglas Hunter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: