On Wed, Feb 18, 2009 at 14:51, Alexander Timofeev
<[email protected]> wrote:
> I need to write RA for the service that takes 10 minutes to initialize.
> OCF spec says that start method should not return until service is
> completely ready to process clients requests.
>
> Questions:
>
> 1. Could the pengine process several resources concurrently? Or it will wait
> until the "start" returns?

actions for any one resource are serialized
actions for unrelated resources are performed in parallel (except
where an ordering constraint exists)

> 2. Would it (PE) react to other events during my component is in "start"?

from other resources, yes
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to