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

Implement addShardToZone and _configsvrAddShardToZone

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.9
    • Affects Version/s: 3.3.6
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • Sharding 16 (06/24/16)

      public command format:

      {
        addShardToZone: <string shardName>,
        zone: <string zoneName>
      }
      

      internal command format:

      {
        _configsvrAddShardToZone: <string shardName>,
        zone: <string zoneName>,
        writeConcern: <BSONObj>
      }
      

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

              Created:
              Updated:
              Resolved: