29.03.2016 15:28, Vladislav Bogdanov wrote:
[...]
> *) # monitor | notify | reload | etc
> validate
> ret=$?
> if [ ${ret} -ne $OCF_SUCCESS ] ; then
> if ocf_is_probe ; then
> exit $OCF_NOT_RUNNING
> fi
> exit $?
Of course it is exit ${ret}
> fi
> ;;