Hi,
On Mon, Jun 03, 2013 at 08:39:23AM +, Alex Samad - Yieldbroker wrote:
> Hi
>
> Written my own resource script file
>
> In the monitor command, what error code should I return to say the resource
> has failed, but to no make it permanent
OCF_ERR_GENERIC
There's also the OCF resource a
Hi
Written my own resource script file
In the monitor command, what error code should I return to say the resource has
failed, but to no make it permanent
Currently I am using
return $OCF_ERR_PERM
but it means that ones the resource is unavailable it is permanently unavailable
This is not m