summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/configsvr_remove_tags_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/config/configsvr_remove_tags_command.cpp')
-rw-r--r--src/mongo/db/s/config/configsvr_remove_tags_command.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/s/config/configsvr_remove_tags_command.cpp b/src/mongo/db/s/config/configsvr_remove_tags_command.cpp
index dbb884783fc..9bf9dbed174 100644
--- a/src/mongo/db/s/config/configsvr_remove_tags_command.cpp
+++ b/src/mongo/db/s/config/configsvr_remove_tags_command.cpp
@@ -126,6 +126,11 @@ public:
}
};
+ bool skipApiVersionCheck() const override {
+ // Internal command (server to server).
+ return true;
+ }
+
std::string help() const override {
return "Internal command, which is exported by the sharding config server. Do not call "
"directly. Removes the zone tags for the specified ns.";