summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog_shard_feature_flag.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog_shard_feature_flag.idl')
-rw-r--r--src/mongo/db/catalog_shard_feature_flag.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mongo/db/catalog_shard_feature_flag.idl b/src/mongo/db/catalog_shard_feature_flag.idl
index 256489888e9..490ba239ad0 100644
--- a/src/mongo/db/catalog_shard_feature_flag.idl
+++ b/src/mongo/db/catalog_shard_feature_flag.idl
@@ -34,3 +34,12 @@ feature_flags:
description: "Feature flag for enabling shared config server/shard server cluster role"
cpp_varname: gFeatureFlagCatalogShard
default: false
+ # TODO SERVER-72282: Replace with featureFlagCatalogShard once it is stable.
+ #
+ # Temporary feature flag to get coverage for always using config server ShardRemote in the all
+ # feature flags variants. Can be replaced with featureFlagCatalogShard once that flag is stable
+ # enough to run in the all feature flags variants.
+ featureFlagConfigServerAlwaysShardRemote:
+ description: "Feature flag for always using a ShardRemote for ShardRegistry config shard"
+ cpp_varname: gFeatureFlagConfigServerAlwaysShardRemote
+ default: false