On 2007-01-11T11:24:33, Jeff Oliver <[EMAIL PROTECTED]> wrote:

> I happen to have a configuration where I would like to stop a particular 
> resource before i start a different resource on the same machine.
> 
> So i create an rsc_order tag in my configuration file.  Where resource 
> X-stop needs to happen before resource Y-start.  So I create the 
> following line:
> 
> <rsc_order id="O_x_before_y" from="X" action="stop" to="Y" 
> to_action="start" type="before" />

Uhm, no.

"from" is the starting point, okay? So, you're saying that the to needs
to occur _before_ the stop.

You simply need, I guess:

<rsc_order id="foo" from="X" to="Y" />


Sincerely,
    Lars

-- 
SUSE Labs, Research and Development
SUSE LINUX Products GmbH - A Novell Business     -- Charles Darwin
"Ignorance more frequently begets confidence than does knowledge."

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to