mirror of https://github.com/apache/cloudstack.git
apply a fix mike gave to a customer to keep the SSVM running and recovering
This commit is contained in:
parent
a6c278b700
commit
06a8bdb8e6
|
|
@ -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…
Reference in New Issue