Hello Steve,
On Wed, Jan 30, 2008 at 7:55 PM, Steve Wray <[EMAIL PROTECTED]> wrote: > Jonas Andradas wrote: > > Hello, > > > > if my memory doesn't fail, the cib.xml file should be located in: > > > > /var/lib/heartbeat/crm/cib.xml > > > Thanks for that. > > > The "base" cib.xml contains just the configuration. During operation, > > values are added and modified on the fly, as you say, with the score of > each > > node, the pingd score, and so. > > > > So the xml code which was given on the pingd documentation page does > need to be *manually* inserted into the cib.xml code? > Yes, that pingd code has to be inserted into de cib.xml. During execution, a section of the XML (which I cannot remember right now between which tags can be found) is updated on-the-fly, with execution data, such as (as stated previously) node score, pingd score, and such. The node with the highest score is the 'winner node', the one resources would prefer (though it might be *not* the one they actually run on. Depending on how the resource_stickiness is set, resources might stay on a lower-scored node unless they are forced to switch). > > > > Regards, > > > > Jonas Andradas. > > > > On Mon, Jan 28, 2008 at 9:26 PM, Steve Wray <[EMAIL PROTECTED]> > wrote: > > > > > Regards, -- Jonás Andradas Skype: jontux LinkedIn: http://www.linkedin.com/in/andradas GPG Fingerprint: 5A90 3319 48BC E0DC 17D9 130B B5E2 9AFD 7649 30D5
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
