Mailing List Archive

environment variable for current timeout
Hello!

one thing in advance, yes I have read the OCF developer guide and I know
that generally the cluster manager should take care of timeouts.

Anyway I am in a special situation where I want my resource agent to
monitor a timeout itself and return rather "partly configured" then to
timeout, so I would like to wait $timeout minus let's say 3 seconds in
the RA itself and then return. A better solution would be a return code
where the RA could tell the cluster manager that it could only start a
part of the resources and the clustermanager would decide to try if it
can come to a better solution using another node, but I don't see that
anything like this would be possible.

So for my RA to do this I would need access to an environment variable
that specifies the timeout of a specific action.

Does something like this exist?

Thank you in advance,
regards, Felix

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
Re: environment variable for current timeout [ In reply to ]
Am 04.11.2014 13:57, schrieb Felix Zachlod:
>
> So for my RA to do this I would need access to an environment variable
> that specifies the timeout of a specific action.

Okay have found the answer myself studying the ocf-tester which sets

OCF_RESKEY_CRM_meta_timeout

so no answer needed anymore.

regards, Felix

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org