make service_check fatal

if we fail service check, we should do so in a fatal way, because
something is not right. This will be very useful in grenade.

Change-Id: I18811b0d8e6d06f364685c366cdc8f5dda3b8f7e
This commit is contained in:
Sean Dague 2014-02-27 17:16:46 -05:00
parent 0ed4af02da
commit 1237922b65

View File

@ -1135,7 +1135,7 @@ function service_check() {
done
if [ -n "$failures" ]; then
echo "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
die $LINENO "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
fi
}