Re: [Pacemaker] monitor of stonith resource times out

2012-08-15 Thread Kazunori INOUE
Hi, I reported it in Bugzilla. * http://bugs.clusterlabs.org/show_bug.cgi?id=5098 Best Regards, Kazunori INOUE (12.08.15 19:08), Andrew Beekhof wrote: Ouch. Yes definitely a bug. I seem to recall David looking into something like this recently... did you file a bug that he has been working on

Re: [Pacemaker] Critical: Monitor operation of IPaddr2 timing out, taking more than 60s. Fails to recover.

2012-08-15 Thread Parshvi
Dejan Muhamedagic writes: Thanks Dejan for your inputs. > > The are some more findings: > > 1) The monitor is not timing out in all environments. I have been through some > > of the forum mails, and came across people talking about "heavy load on the > > system" wrt the timeout issue. > > 2)

Re: [Pacemaker] GFS2 will not mount

2012-08-15 Thread Michael Schwartzkopff
> On Thu, Aug 16, 2012 at 2:03 AM, Michael Schwartzkopff > > wrote: > > Hi, > > > > I have a problem mounting GFS2 in my test setup: > > > > I try to create a cluster with RHEL6.2 according to "Clusters from the > > Scratch" > > > > I have cman with the proper cluster name "cluster". > > > >

Re: [Pacemaker] [Problem] Though order limitation exists, start which is not carried out is made.

2012-08-15 Thread renayama19661014
Hi Andrew, Thank you for comments. > > Is this specifications? > > Or is it a bug? > > > > * I registered a problem with Bugzilla. > > * http://bugs.clusterlabs.org/show_bug.cgi?id=5079 > > Excellent. I'll follow up there (likewise for the other bugs you've > sent to the list recently :-) I

Re: [Pacemaker] GFS2 will not mount

2012-08-15 Thread Andrew Beekhof
On Thu, Aug 16, 2012 at 2:03 AM, Michael Schwartzkopff wrote: > Hi, > > I have a problem mounting GFS2 in my test setup: > > I try to create a cluster with RHEL6.2 according to "Clusters from the > Scratch" > > I have cman with the proper cluster name "cluster". > > cman starts without problems.

Re: [Pacemaker] chain/cascade stonith agents?

2012-08-15 Thread Andrew Beekhof
On Thu, Aug 16, 2012 at 1:59 AM, Bob Haxo wrote: > HI All, > > Is chaining/cascading of stonith agents implemented? Yes. But you'll want to use the current git HEAD > If yes, would > someone please point me to the documentation? Um, I'm sorry to say that it's not actually documented yet :-( I

Re: [Pacemaker] Expired fail-count doesn't get cleaned up.

2012-08-15 Thread Andrew Beekhof
On Thu, Aug 16, 2012 at 9:15 AM, Jane Du (jadu) wrote: > Hi Andrew, > > Can you please let me know what the next version number is? 1.1.8 > What is the link I can find the release information? It hasn't been released yet > Thanks, > Jane > > > -Original Message- > From: Andrew Beekhof

Re: [Pacemaker] Expired fail-count doesn't get cleaned up.

2012-08-15 Thread Jane Du (jadu)
Hi Andrew, Can you please let me know what the next version number is? What is the link I can find the release information? Thanks, Jane -Original Message- From: Andrew Beekhof [mailto:and...@beekhof.net] Sent: Wednesday, August 15, 2012 3:02 AM To: The Pacemaker cluster resource manag

[Pacemaker] GFS2 will not mount

2012-08-15 Thread Michael Schwartzkopff
Hi, I have a problem mounting GFS2 in my test setup: I try to create a cluster with RHEL6.2 according to "Clusters from the Scratch" I have cman with the proper cluster name "cluster". cman starts without problems. My cluster config is: primitive resFS ocf:heartbeat:Filesystem \ para

[Pacemaker] chain/cascade stonith agents?

2012-08-15 Thread Bob Haxo
HI All, Is chaining/cascading of stonith agents implemented? If yes, would someone please point me to the documentation? I'd like to implement a stonith chain in which stonith_ipmilan is the first stonith agent, and if that fails, a second stonith agent gets called (for example stonith_apc). ((I

Re: [Pacemaker] Why was SBD removed from the RHEL/CentOS 6 cluster-glue/corosync/pacemaker packages?

2012-08-15 Thread mark - pacemaker list
Hi Lars, On Wed, Aug 15, 2012 at 3:33 AM, Lars Marowsky-Bree wrote: > On 2012-07-28T17:30:34, mark - pacemaker list > wrote: > > ... > Note that sbd is being removed from cluster-glue and split into a > separate package upstream nowadays, so RHT's decision merely anticipates > this accidentally

[Pacemaker] new RA: http_ping

2012-08-15 Thread Nicolai Langfeldt
Hi, I've written a new RA based on what I learnt from the ping and nginx RAs for monitoring frontend-proxy-stacks. It is attached here for your consideration - and indeed - critique. I am hopeful that it makes it into the pacemaker distribution some time. Regards, Nicolai #!/bin/sh # #

Re: [Pacemaker] resources not migrating when some are not runnable on one node, maybe because of groups or master/slave clones?

2012-08-15 Thread Andrew Beekhof
On Mon, Jul 30, 2012 at 11:52 PM, Phil Frost wrote: > On 07/29/2012 11:15 PM, Andrew Beekhof wrote: >> >> If I run: >> >> tools/crm_simulate -x ~/Dropbox/phil.xml -Ss | grep "promotion score" >> >> I see: >> >> drbd_exports:1 promotion score on storage02: 110 >> drbd_exports:0 promotion score on s

Re: [Pacemaker] monitor of stonith resource times out

2012-08-15 Thread Andrew Beekhof
Ouch. Yes definitely a bug. I seem to recall David looking into something like this recently... did you file a bug that he has been working on? -- Andrew On Fri, Aug 10, 2012 at 8:08 PM, Kazunori INOUE wrote: > Hi, > I am using Pacemaker-1.1. > When stonith resource is in fencing, monitor of th

Re: [Pacemaker] [Problem] Though order limitation exists, start which is not carried out is made.

2012-08-15 Thread Andrew Beekhof
On Fri, Jul 6, 2012 at 11:38 AM, wrote: > Hi All, > > We performed setting avoiding the next problem. > > * http://www.gossamer-threads.com/lists/linuxha/pacemaker/80250 > -> http://bugs.clusterlabs.org/show_bug.cgi?id=5070 > > * http://www.gossamer-threads.com/lists/linuxha/pacemaker/80549 >

Re: [Pacemaker] Aktive/aktive cluster with GFS on RHEL 6.2

2012-08-15 Thread Andrew Beekhof
On Wed, Aug 15, 2012 at 9:08 AM, Digimer wrote: > On 08/14/2012 09:28 AM, Michael Schwartzkopff wrote: >> Hi, >> >> how can I set up a aktive/aktive pacmaker cluster on RHEL 6.2 iwth GFS? >> Is this possible at all? DLM? Is there any good HOWTO? >> >> Thanks. > > I've not done this, but I've seen

Re: [Pacemaker] Expired fail-count doesn't get cleaned up.

2012-08-15 Thread Andrew Beekhof
On Wed, Aug 15, 2012 at 3:01 PM, Jane Du (jadu) wrote: > Hi Andrew: > > The fail-count is not cleaned up in my setup after 2s. Based on some more information from David, it appears that there was one more bug lurking that prevented cleanup. This has now been fixed for the next version. > This is

Re: [Pacemaker] Why was SBD removed from the RHEL/CentOS 6 cluster-glue/corosync/pacemaker packages?

2012-08-15 Thread Lars Marowsky-Bree
On 2012-07-28T17:30:34, mark - pacemaker list wrote: > Hello list, > > If you're building cluster-glue from source, it builds sbd. However, If you > install cluster-glue, corosync, and pacemaker from official repos, there is > no sbd binary. The deb for cluster-glue in Debian is version 1.0.6 r