From b251fd633d7572c0b221df3b316534596e981041 Mon Sep 17 00:00:00 2001 From: Misha Tyulenev Date: Sun, 21 Jan 2018 15:25:24 -0500 Subject: SERVER-32569 allow config servers and shard replica sets to start in non-cluster mode --- src/mongo/db/mongod_options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mongo/db/mongod_options.h') diff --git a/src/mongo/db/mongod_options.h b/src/mongo/db/mongod_options.h index 05bb6d8d5a5..f4b8d197526 100644 --- a/src/mongo/db/mongod_options.h +++ b/src/mongo/db/mongod_options.h @@ -52,6 +52,8 @@ struct MongodGlobalParams { boost::optional> whitelistedClusterNetwork; }; +extern bool skipShardingConfigurationChecks; + extern MongodGlobalParams mongodGlobalParams; Status addMongodOptions(moe::OptionSection* options); -- cgit v1.2.1