Remount /mnt/extra-disk on reboot

This commit is contained in:
Michael Vines
2019-10-24 20:14:26 -07:00
parent 53c7be32b6
commit 1c91c1e880
2 changed files with 6 additions and 1 deletions

View File

@ -667,6 +667,10 @@ if [[ -f /solana-scratch/.instance-startup-complete ]]; then
if "$enableGpu"; then
cat enable-nvidia-persistence-mode.sh
fi
if [[ -n $validatorAdditionalDiskSizeInGb ]]; then
cat mount-additional-disk.sh
fi
)
# Skip most setup on instance reboot