From 9068e179f236bc0071843d67c7317ee92fe88197 Mon Sep 17 00:00:00 2001 From: abdul Date: Thu, 19 Apr 2018 12:01:04 -0700 Subject: [PATCH] start command: support --noIndexBuildRetry --- mongoctl/mongoctl_command_config.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mongoctl/mongoctl_command_config.py b/mongoctl/mongoctl_command_config.py index 0a437ce..d59de37 100644 --- a/mongoctl/mongoctl_command_config.py +++ b/mongoctl/mongoctl_command_config.py @@ -1819,6 +1819,14 @@ "help": "print some diagnostic system information" }, + { + "name": "noIndexBuildRetry", + "type": "optional", + "cmd_arg": "--noIndexBuildRetry", + "nargs": 0, + "help": "don't retry any index builds that were interrupted by shutdown" + }, + { "name": "upgrade", "type" : "optional",