Hi, On Wed, Apr 07, 2010 at 10:28:20AM -0600, Greg Woods wrote: > On Wed, 2010-04-07 at 12:13 +0200, Dejan Muhamedagic wrote: > > > There's not much magic, you just configure two stonith resources > > and assign different priority, then they'll be tried in a > > round-robin fashion. For instance: > > > > primitive st-real stonith:ipmilan \ > > params ... priority=10 # it will try this one first > > primitive st-real stonith:meatware \ > > params ... priority=20 > > Yes, but if you don't KNOW that, then it's magic :-) > > Finding out what the parameters are for a given resource definition and > what they do is the magic part; I often cannot find good documentation > on this. The help features in the crm shell are useful; that often tells > me what the parameters *are*, but it doesn't tell me what they *do*, or > what a reasonable value might be. Fortunately we have the mailing list; > thanks again.
Does this help? $ crm ra info stonith:meatware There are also a bunch of README files for various stonith devices in the doc directory. Thanks, Dejan > > --Greg > > > > _______________________________________________ > 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
