Re: [Pacemaker] Master/Slave Resource and Stop/Start of HA System

2009-07-27 Thread Andrew Beekhof
2009/7/27 Eliot Gable : > Bug 2162 has been opened for this: > > http://developerbugs.linux-foundation.org/show_bug.cgi?id=2162 > > Let me know if you need any additional information. At the absolute minimum you need to attach a hb_report archive covering the issue. > I assume you should be able

Re: [Pacemaker] fence timeouts

2009-07-27 Thread Satomi TANIGUCHI
Andrew Beekhof wrote: On Mon, Jul 27, 2009 at 10:57 AM, Satomi TANIGUCHI wrote: Hi Bernd, With recent Pacemaker, you can write "stonith-timeout" in each stonith plugin's to set its timeout value. Ah, right. I forgot Dejan added that. Thanks for reminding me. My pleasure! Best Regards, Sat

Re: [Pacemaker] Resource agent monitoring

2009-07-27 Thread Eliot Gable
Nevermind. I did something stupid. From: Eliot Gable [mailto:ega...@broadvox.com] Sent: Monday, July 27, 2009 3:16 PM To: pacemaker@oss.clusterlabs.org Subject: [Pacemaker] Resource agent monitoring Is Pacemaker now monitoring resource agents for changes and marking the nodes as UNCLEAN if a

[Pacemaker] Resource agent monitoring

2009-07-27 Thread Eliot Gable
Is Pacemaker now monitoring resource agents for changes and marking the nodes as UNCLEAN if a change is detected? If so, how do I disable this. I recently upgraded to 1.0.4 from1.0.3 and now, when I update my RA, it causes a stonith on every node I push the RA out to. __

Re: [Pacemaker] Unable to bring up cluster after crash and update

2009-07-27 Thread Jonathan
Not yet. I reverted to corosync/openais 1.0.0 and the issue went away, so I am continuing my configuration and testing with those versions for now. Andrew Beekhof wrote: > Have you had a chance to try with Steve's latest corosync changes? > He thinks it should now be working. > > On Fri, Jul 24,

Re: [Pacemaker] Master/Slave Resource and Stop/Start of HA System

2009-07-27 Thread Eliot Gable
Bug 2162 has been opened for this: http://developerbugs.linux-foundation.org/show_bug.cgi?id=2162 Let me know if you need any additional information. I assume you should be able to reproduce it on your own with any master/slave resource. If not, then we can look at what's different with my setu

Re: [Pacemaker] stonith suice / chaining stonith agents

2009-07-27 Thread Bernd Schubert
On Thursday 23 July 2009, Florian Haas wrote: > http://clusterlabs.org/wiki/TODO > > * Implement cascading STONITH (If method A fails, try B, etc) > > Scheduled for 1.2, it seems. Unless Andrew has changed his mind. :) Ah, it is called "cascading". Thanks! Cheers, Bernd

Re: [Pacemaker] fence timeouts

2009-07-27 Thread Bernd Schubert
On Friday 24 July 2009, Andrew Beekhof wrote: > On Fri, Jul 24, 2009 at 1:41 AM, Bernd > > Schubert wrote: > > Hello, > > > > I try to increase the fence timeouts, but I as much as I try, I don't > > figure out how that works. > > [snip] > > > I really would be glad if someone could tell me which v

Re: [Pacemaker] fence timeouts

2009-07-27 Thread Andrew Beekhof
On Mon, Jul 27, 2009 at 10:57 AM, Satomi TANIGUCHI wrote: > Hi Bernd, > > With recent Pacemaker, > you can write "stonith-timeout" in each stonith plugin's > > to set its timeout value. Ah, right. I forgot Dejan added that. Thanks for reminding me. ___

Re: [Pacemaker] fence timeouts

2009-07-27 Thread Satomi TANIGUCHI
Hi Bernd, With recent Pacemaker, you can write "stonith-timeout" in each stonith plugin's to set its timeout value. ### example(1) ### value="rh52dev2 rh52dev1"/> name="stonith-timeout" value="60s"/> snip...