Various Snapshot generation improvements

* Only a single snapshot is maintained to avoid unbounded disk growth
* Snapshot is stored as a compressed tar archive for faster rsyncing
* Any validator node may now generate snapshots
* Updated testnet scripts to generate snapshots on the blockstreamer node
This commit is contained in:
Michael Vines
2019-06-18 13:07:59 -07:00
parent b4484b89c3
commit 465cd45833
2 changed files with 79 additions and 74 deletions

View File

@ -194,6 +194,7 @@ local|tar)
--blockstream /tmp/solana-blockstream.sock
--no-voting
--stake 0
--generate-snapshots
)
else
args+=(--stake "$stake")