Optionally, what does HB do when it receives a
status=2 after calling a RA MONITOR operation ?

/usr/lib/ocf/resource.d/heartbeat/.ocf-returncodes:

OCF_SUCCESS=0
OCF_ERR_GENERIC=1
OCF_ERR_ARGS=2
OCF_ERR_UNIMPLEMENTED=3
OCF_ERR_PERM=4
OCF_ERR_INSTALLED=5
OCF_ERR_CONFIGURED=6
OCF_NOT_RUNNING=7
OCF_RUNNING_MASTER=8
OCF_FAILED_MASTER=9

OCF_ERR_ARGS expresses that the xml configuration for the resource is broken rendering the resource not runnable on any node (expressed by a score of -INFINTIY for every node).

Regards
Dominik
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to