Details
Description
public command format:
{
|
addShardToZone: <string shardName>,
|
zone: <string zoneName>
|
}
|
internal command format:
{
|
_configsvrAddShardToZone: <string shardName>,
|
zone: <string zoneName>,
|
writeConcern: <BSONObj>
|
}
|
Attachments
Issue Links
- depends on
-
SERVER-24701 Add option to set writeConcern for ShardingCatalogClient write ops
-
- Closed
-
- is documented by
-
DOCS-9540 Docs for SERVER-24379: Implement addShardToZone and _configsvrAddShardToZone
-
- Closed
-
- related to
-
SERVER-24732 add a runBatchWriteCommand() method to Shard that checks for errors by unwrapping the BatchedCommandResponse
-
- Closed
-