[Linux-ha-dev] ocft: status vs. monitor
Holger Teutsch
holger.teutsch at web.de
Mon Feb 14 01:04:50 MST 2011
On Sun, 2011-02-13 at 11:01 +0100, Holger Teutsch wrote:
> Hi,
> to my knowledge OCF *requires* a method monitor while status is optional
> (or what is it really for? heritage, compatibility, ...)
>
> Shouldn't the ocft configs check for status ?
As Andrew already noted: of course I mean *monitor* .
>
> -holger
>
> diff -r 722c8a7a03e9 tools/ocft/apache
> --- a/tools/ocft/apache Fri Feb 11 18:49:09 2011 +0100
> +++ b/tools/ocft/apache Sun Feb 13 10:57:50 2011 +0100
> @@ -52,14 +52,14 @@
> Include prepare
> AgentRun stop OCF_SUCCESS
>
> -CASE "running status"
> +CASE "running monitor"
> Include prepare
> AgentRun start
> - AgentRun status OCF_SUCCESS
> + AgentRun monitor OCF_SUCCESS
>
> -CASE "not running status"
> +CASE "not running monitor"
> Include prepare
> - AgentRun status OCF_NOT_RUNNING
> + AgentRun monitor OCF_NOT_RUNNING
>
> CASE "unimplemented command"
> Include prepare
> diff -r 722c8a7a03e9 tools/ocft/mysql
> --- a/tools/ocft/mysql Fri Feb 11 18:49:09 2011 +0100
> +++ b/tools/ocft/mysql Sun Feb 13 10:57:50 2011 +0100
> @@ -46,14 +46,14 @@
> Include prepare
> AgentRun stop OCF_SUCCESS
>
> -CASE "running status"
> +CASE "running monitor"
> Include prepare
> AgentRun start
> - AgentRun status OCF_SUCCESS
> + AgentRun monitor OCF_SUCCESS
>
> -CASE "not running status"
> +CASE "not running monitor"
> Include prepare
> - AgentRun status OCF_NOT_RUNNING
> + AgentRun monitor OCF_NOT_RUNNING
>
> CASE "check lib file"
> Include prepare
>
>
> _______________________________________________________
> Linux-HA-Dev: Linux-HA-Dev at lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
More information about the Linux-HA-Dev
mailing list