GCE-based nodes now reboot on maintenance events instead of terminating (#5861)
This commit is contained in:
@ -598,6 +598,11 @@ EOF
|
||||
# autogenerated at $(date)
|
||||
set -ex
|
||||
|
||||
if [[ -f /solana-scratch/.instance-startup-complete ]]; then
|
||||
# Skip on instance reboot
|
||||
exit 0
|
||||
fi
|
||||
|
||||
cat > /etc/motd <<EOM
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
Reference in New Issue
Block a user