Remove stray setup_secondary_mounts

This commit is contained in:
Michael Vines
2019-10-24 13:48:57 -07:00
parent 14eca5aea6
commit 2de2fbd5e3

View File

@ -153,7 +153,6 @@ EOF
set -x set -x
if [[ $skipSetup != true ]]; then if [[ $skipSetup != true ]]; then
clear_config_dir "$SOLANA_CONFIG_DIR" clear_config_dir "$SOLANA_CONFIG_DIR"
setup_secondary_mount
if [[ -n $internalNodesLamports ]]; then if [[ -n $internalNodesLamports ]]; then
echo "---" >> config/validator-balances.yml echo "---" >> config/validator-balances.yml
@ -250,7 +249,6 @@ EOF
fi fi
if [[ $skipSetup != true ]]; then if [[ $skipSetup != true ]]; then
clear_config_dir "$SOLANA_CONFIG_DIR" clear_config_dir "$SOLANA_CONFIG_DIR"
setup_secondary_mount
[[ -z $internalNodesLamports ]] || net/scripts/rsync-retry.sh -vPrc \ [[ -z $internalNodesLamports ]] || net/scripts/rsync-retry.sh -vPrc \
"$entrypointIp":~/solana/config/validator-"$nodeIndex"-identity.json config/validator-identity.json "$entrypointIp":~/solana/config/validator-"$nodeIndex"-identity.json config/validator-identity.json
fi fi
@ -286,7 +284,7 @@ EOF
# like bench-tps and add to blocktreamers to run a drone # like bench-tps and add to blocktreamers to run a drone
scp "$entrypointIp":~/solana/config/mint-keypair.json config/ scp "$entrypointIp":~/solana/config/mint-keypair.json config/
if [[ $nodeType = blockstreamer ]]; then if [[ $nodeType = blockstreamer ]]; then
# Run another drone with the mint keypair on the blockstreamer node. # Run another drone with the mint keypair on the blockstreamer node.
# Typically the blockstreamer node has a static IP/DNS name for hosting # Typically the blockstreamer node has a static IP/DNS name for hosting
# the blockexplorer web app, and is a location that somebody would expect # the blockexplorer web app, and is a location that somebody would expect
# to be able to airdrop from # to be able to airdrop from