summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2015-09-11 09:59:42 -0400
committerRandolph Tan <randolph@10gen.com>2015-09-11 11:55:34 -0400
commite2dc9dbab2c7b02c3ae33f35f37cdaf3b7dc9b4d (patch)
tree2ab484d2a9d6813a009411f58c797c9c0a97b282
parentd20ba9e40e1a2cce799f7f63031b730d60fd7721 (diff)
downloadmongo-e2dc9dbab2c7b02c3ae33f35f37cdaf3b7dc9b4d.tar.gz
SERVER-20330 sharding.configsvrMode option not recognized when specified in yaml file
-rw-r--r--src/mongo/db/mongod_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/mongod_options.cpp b/src/mongo/db/mongod_options.cpp
index 7c20662e8fe..267469dcbd9 100644
--- a/src/mongo/db/mongod_options.cpp
+++ b/src/mongo/db/mongod_options.cpp
@@ -435,7 +435,7 @@ Status addMongodOptions(moe::OptionSection* options) {
"Controls what config server protocol is in use. When set to"
" \"sccc\" keeps server in legacy SyncClusterConnection mode"
" even when the service is running as a replSet")
- .setSources(moe::SourceAllLegacy);
+ .setSources(moe::SourceAll);
sharding_options.addOptionChaining(
"shardsvr",