|
|
@@ -601,7 +601,7 @@ deploy() {
|
|
|
if $bootstrapLeader; then
|
|
|
SECONDS=0
|
|
|
declare bootstrapNodeDeployTime=
|
|
|
- startBootstrapLeader "$nodeAddress" $nodeIndex "$netLogDir/bootstrap-validator-$ipAddress.log"
|
|
|
+ startBootstrapLeader "$nodeAddress" "$nodeIndex" "$netLogDir/bootstrap-validator-$ipAddress.log"
|
|
|
bootstrapNodeDeployTime=$SECONDS
|
|
|
$metricsWriteDatapoint "testnet-deploy net-bootnode-leader-started=1"
|
|
|
|
|
|
@@ -609,7 +609,7 @@ deploy() {
|
|
|
SECONDS=0
|
|
|
pids=()
|
|
|
else
|
|
|
- startNode "$ipAddress" $nodeType $nodeIndex
|
|
|
+ startNode "$ipAddress" "$nodeType" "$nodeIndex"
|
|
|
|
|
|
# Stagger additional node start time. If too many nodes start simultaneously
|
|
|
# the bootstrap node gets more rsync requests from the additional nodes than
|
|
|
@@ -1124,7 +1124,7 @@ startnode)
|
|
|
nodeType=
|
|
|
nodeIndex=
|
|
|
getNodeType
|
|
|
- startNode "$nodeAddress" $nodeType $nodeIndex
|
|
|
+ startNode "$nodeAddress" "$nodeType" "$nodeIndex"
|
|
|
;;
|
|
|
startclients)
|
|
|
startClients
|