Remove setup_secondary_mount knowledge from multinode-demo/ (#6530)
This commit is contained in:
@ -54,8 +54,6 @@ if [[ -z $CI ]]; then # Skip in CI
|
||||
source "$here"/../scripts/tune-system.sh
|
||||
fi
|
||||
|
||||
setup_secondary_mount
|
||||
|
||||
# These keypairs are created by ./setup.sh and included in the genesis block
|
||||
identity_keypair=$SOLANA_CONFIG_DIR/bootstrap-leader/identity-keypair.json
|
||||
vote_keypair="$SOLANA_CONFIG_DIR"/bootstrap-leader/vote-keypair.json
|
||||
|
@ -3,7 +3,6 @@
|
||||
here=$(dirname "$0")
|
||||
# shellcheck source=multinode-demo/common.sh
|
||||
source "$here"/common.sh
|
||||
setup_secondary_mount
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -185,8 +185,6 @@ if [[ -z "$ledger_dir" ]]; then
|
||||
fi
|
||||
mkdir -p "$ledger_dir"
|
||||
|
||||
setup_secondary_mount
|
||||
|
||||
if [[ -n $gossip_entrypoint ]]; then
|
||||
# Prefer the --entrypoint argument if supplied...
|
||||
if [[ ${#positional_args[@]} -gt 0 ]]; then
|
||||
|
Reference in New Issue
Block a user