mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
apply a fix mike gave to a customer to keep the SSVM running and recovering
This commit is contained in:
parent
24b572feb9
commit
1b666f3f19
@ -8,7 +8,8 @@ do
|
||||
./_run.sh "$@"
|
||||
ex=$?
|
||||
if [ $ex -eq 0 ] || [ $ex -eq 1 ] || [ $ex -eq 66 ] || [ $ex -gt 128 ]; then
|
||||
exit $ex
|
||||
# permanent errors
|
||||
sleep 160
|
||||
fi
|
||||
sleep 20
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user