summaryrefslogtreecommitdiff
path: root/src/mongo/s
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2022-07-25 11:05:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-25 11:40:06 +0000
commit1b4355473c026de8d49692ac32250bca0381c918 (patch)
treeb8fc443fc9ec74922cbeb69ea80cbf23c7d561e4 /src/mongo/s
parenta3fc8acd341dc7aae191441e94a3ad76fdbae37b (diff)
downloadmongo-1b4355473c026de8d49692ac32250bca0381c918.tar.gz
SERVER-67686 collMod coordinator must block migration on bucket nss (2nd attempt)
Diffstat (limited to 'src/mongo/s')
-rw-r--r--src/mongo/s/sharding_feature_flags.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/s/sharding_feature_flags.idl b/src/mongo/s/sharding_feature_flags.idl
index e2c4040dcc8..17cf03d4771 100644
--- a/src/mongo/s/sharding_feature_flags.idl
+++ b/src/mongo/s/sharding_feature_flags.idl
@@ -55,3 +55,8 @@ feature_flags:
description: "Feature flag protecting instantiation and usages of the range deleter service"
cpp_varname: feature_flags::gRangeDeleterService
default: false
+ featureFlagCollModCoordinatorV3:
+ description: "Feature for enabling new coll mod coordinator v3"
+ cpp_varname: feature_flags::gCollModCoordinatorV3
+ default: true
+ version: 6.1