Remove disable leader rotation option (#4299)

automerge
This commit is contained in:
Michael Vines
2019-05-15 15:16:45 -07:00
committed by Grimes
parent 4576250342
commit 915956b94b
8 changed files with 16 additions and 64 deletions

View File

@@ -294,7 +294,6 @@ startBootstrapLeader() {
$((${#fullnodeIpList[@]} + ${#blockstreamerIpList[@]})) \
\"$RUST_LOG\" \
$skipSetup \
$leaderRotation \
$failOnValidatorBootupFailure \
"
) >> "$logFile" 2>&1 || {
@@ -322,7 +321,6 @@ startNode() {
$((${#fullnodeIpList[@]} + ${#blockstreamerIpList[@]})) \
\"$RUST_LOG\" \
$skipSetup \
$leaderRotation \
$failOnValidatorBootupFailure \
"
) >> "$logFile" 2>&1 &
@@ -615,10 +613,6 @@ start)
start
;;
update)
$leaderRotation || {
echo Warning: unable to update because leader rotation is disabled
exit 1
}
skipSetup=true
updateNodes=true
start