summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2017-01-12 21:21:13 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2017-01-12 21:21:13 +0200
commite97a1f8a16856fbea25b10e5a5ee1a1a3ab3567a (patch)
treedbf543b149457f45dd3ce9c181de5ed9ad59f38a
parentc2337e67557991922721de3cda1f22287f44da88 (diff)
downloadmongo-e97a1f8a16856fbea25b10e5a5ee1a1a3ab3567a.tar.gz
SERVER-27651 sys-perf: Disable terraform taint and retry of instances during deploy
-rw-r--r--etc/system_perf.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 997b9473699..0bbb91003b9 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -208,7 +208,8 @@ functions:
EXISTING="true"
fi
- $DSI_PATH/bin/setup-cluster.sh ${cluster} $EXISTING
+ # Disabling fio pre-qualification as of PERF-826
+ $DSI_PATH/bin/setup-cluster.sh ${cluster} $EXISTING --skip-fio
# handle the case when setup-cluster.sh fail
if [ $? -eq 0 ]; then
echo "Resource provisioned/updated."