On 10/9/07, Otte, Joerg (NSN - DE/Muenich) <[EMAIL PROTECTED]> wrote: > I have a resource-group with several resources lets say resource > A,B,C,D,.. > If the monitor of B fails then ..,D,C,B are stopped (in that order) > and then B,C,D,... are started (in that order). > > I just want heartbeat to simply restart resource B and let the > other running. > > But how do I configure that?
you have to specify the rsc_order and rsc_colocation constraints manually instead of using a group. if you do this you can start playing with the resources' restart_type to get this behavior. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
