summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-02-08 18:15:57 -0500
committerMaria van Keulen <maria@mongodb.com>2018-02-21 10:28:45 -0500
commit6df7ca5841e2ffa40354975323e410796d952382 (patch)
treeec090fec1d80dc979b4e8439a848d932c4a5b4e9 /src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
parenta3f077342401e97df986c66792eb099978301631 (diff)
downloadmongo-6df7ca5841e2ffa40354975323e410796d952382.tar.gz
SERVER-32597 Bump generic fCV references
Diffstat (limited to 'src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp b/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
index 6897d50c498..ff753df8c69 100644
--- a/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
+++ b/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
@@ -41,15 +41,14 @@ namespace mongo {
namespace {
/**
- * Sets the minimum allowed version for the cluster. If it is 3.4, then shards should not use 3.6
- * features. Similarly, if 3.6, shards will not use 4.0 features.
+ * Sets the minimum allowed version for the cluster. If it is the last stable
+ * featureCompatibilityVersion, then shards will not use latest featureCompatibilityVersion
+ * features.
*
* Format:
* {
* setFeatureCompatibilityVersion: <string version>
* }
- *
- * TODO: update this comment when FCV 3.4 is removed (SERVER-32597).
*/
class SetFeatureCompatibilityVersionCmd : public BasicCommand {
public:
@@ -68,7 +67,7 @@ public:
}
std::string help() const override {
- // TODO: update this comment when FCV 3.4 is removed (SERVER-32597).
+ // TODO: update this comment when FCV 3.4 is removed (SERVER-33179).
return str::stream()
<< "Set the API version for the cluster. If set to \""
<< FeatureCompatibilityVersionCommandParser::kVersion34