[Pacemaker] Monitor a resource without the cluster reacting to the result...

Dominik Klein dk at in-telegence.net
Thu Mar 26 02:59:47 EDT 2009


Joe Bill wrote:
> Hi Dominik!
> 
> dk at in-telegence wrote:
>>> I'd love to see something like:
>>>
>>> # crm_resource -m check_level resource_id
>>> ..
>> This should be possible:
>>
>> export OCF_ROOT=/usr/lib/ocf
>> export OCF_RESKEY_<your_variable>=<your_value>
>> export OCF_RESKEY_<your_variable2>=<your_value2>
>> $OCF_ROOT/resource.d/<your_provider>/<your_script> monitor
>> echo $? 
>  
> Thanks, but I'm afraid you missed my point.
> 
>> What's your use case though? Why do you need this and
>> what for?
> 
> Hint: on-line db maintenance. I'd like to leverage on one
> of the cluster's features, that the cluster guarantees that
> one, and only one cluster initiated operation can perform at
> once.
> 
>> Do you not "trust" the cluster? 
> 
> Certainly. But why did you suggest to bypass the cluster
> all together ?

I understood you wanted to do that. Sorry if I got that wrong.

Regards
Dominik




More information about the Pacemaker mailing list