On Wed, Sep 15, 2010 at 9:13 AM, Jonathan Petersson <[email protected]> wrote: > Hi all, > > Is there any argument which you can add using crm to tell the nodes > for the other node to come up before starting a resource?
So you dont want rscA to start until nodeB is up? If so, create a resource that can only run on nodeB and add an ordering constraint that prevents rscA from starting until this new resource is active. Slightly hack-ish, but it would work. > > Thanks > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
