Re: [Pacemaker] strange Failover due to sudden "Argument list to long" error on all resource agents

2010-05-10 Thread Andrew Beekhof
On Mon, May 10, 2010 at 11:35 PM, Fabian Ruff wrote: > Hi, > > Am 10.05.10 11:09, schrieb Andrew Beekhof: >> >> Just in the config or did it make it into the lrmd like that? >> >> Because crmd/lrm.c has: >> >>        if(op->interval != 0) { >>                if(safe_str_eq(operation, CRMD_ACTION_S

[Pacemaker] ping RA: About calculation of timeout

2010-05-10 Thread Yoshihiko SATO
Hi, Andrew In the case to specify two or more host names (host_list="targetA targetB"), I think that we should include the number of hosts in the calculation of timeout. I append patch of the modification example. thanks in advance. Regards, Yoshihiko SATO diff -r fab8db4bbd27 extra/resources

Re: [Pacemaker] [PATCH] ping RA: Improvement of the logging

2010-05-10 Thread Yoshihiko SATO
Hi, Andrew I've pushed this instead: http://hg.clusterlabs.org/pacemaker/1.1/rev/e8624c181a3f Thank you! I want you to do the backport for stable-1.0. Regards, Yoshihiko SATO (2010/05/10 18:04), Andrew Beekhof wrote: 2010/5/7 Yoshihiko SATO: Hi, I improved logging of the ping RA. N

Re: [Pacemaker] [PATCH] crm_mon expansion patch

2010-05-10 Thread Yuusuke IIDA
Hi Andrew, Thank you for a revision. http://hg.clusterlabs.org/pacemaker/1.1/rev/409e16fe07a2 Thanks, IIDA Yuusuke (2010/05/10 17:33), Andrew Beekhof wrote: This was for 1.1 right? On Fri, May 7, 2010 at 3:33 AM, Yuusuke IIDA wrote: Hi Andrew, Its in the tree as: http://hg.clusterla

[Pacemaker] dlm_controld.pcmk

2010-05-10 Thread bunkertor
hi all, my first post =) im here to ask you some help to compile dlm_controld.pcmk for ocfs2 support in pacemaker. i followed the installation guide posted here (http://www.clusterlabs.org/wiki/Install#From_Source) and pacemaker is up and running on two nodes (both opensuse 11.1) with some work

Re: [Pacemaker] strange Failover due to sudden "Argument list to long" error on all resource agents

2010-05-10 Thread Fabian Ruff
Hi, Am 10.05.10 11:09, schrieb Andrew Beekhof: Just in the config or did it make it into the lrmd like that? Because crmd/lrm.c has: if(op->interval != 0) { if(safe_str_eq(operation, CRMD_ACTION_START) || safe_str_eq(operation, CRMD_ACTION_STOP)) {

[Pacemaker] Pacemaker installation on CentOs 5.3

2010-05-10 Thread Simon Lavigne-Giroux
Hi, I'm trying to install pacemaker from your epel-5 repository from your guide for a CentOs installation and it doesn't work. There is a checksum failure when using 'yum update' : http://www.clusterlabs.org/rpm/epel-5/repodata/filelists.xml.gz: [Errno -1] Metadata file does not match checksum T

Re: [Pacemaker] clone ip definition and location stops my resources...

2010-05-10 Thread Vadym Chepkov
# crm ra meta ping name (string, [undef]): Attribute name The name of the attributes to set. This is the name to be used in the constraints. By default is "pingd", but you are checking against pinggw I suggest you do not change name though, but adjust your location constraint to use pingd i

[Pacemaker] clone ip definition and location stops my resources...

2010-05-10 Thread Gianluca Cecchi
Hello, using pacemaker 1.0.8 on rh el 5 I have some problems understanding the way ping clone works to setup monitoring of gw... even after reading docs... As soon as I run: crm configure location nfs-group-with-pinggw nfs-group rule -inf: not_defined pinggw or pinggw lte 0 the resources go stopp

[Pacemaker] [PATCH] Medium: shell: find hb_delnode in correct directory

2010-05-10 Thread Florian Haas
# HG changeset patch # User Florian Haas # Date 1273497566 -7200 # Branch stable-1.0 # Node ID 70e87f10e76ba6cdada583c0c29ed47168b2878f # Parent 423891ec6d91c77582973bed51bc36068a550feb Medium: shell: find hb_delnode in correct directory Fix "crm node delete" breakage when running on heartbeat:

Re: [Pacemaker] R: R: R: R: Stonith external/sbd problem

2010-05-10 Thread Dejan Muhamedagic
Hi, On Mon, May 10, 2010 at 09:21:03AM +0200, Nicola Sabatelli wrote: > Hi, > > I have solved my problem. > > I find a little problem in the script > ‘/usr/lib64/stonith/plugins/external/sbd’ when it retrieve the hosts list. > > I substitute this lines: > > > > nodes=$( > > if is_heartbea

Re: [Pacemaker] strange Failover due to sudden "Argument list to long" error on all resource agents

2010-05-10 Thread Andrew Beekhof
On Mon, May 10, 2010 at 11:05 AM, Dejan Muhamedagic wrote: > Hi, > > On Fri, May 07, 2010 at 07:08:37PM +0200, Lars Ellenberg wrote: >> On Fri, May 07, 2010 at 03:03:39PM +0200, Dejan Muhamedagic wrote: >> > Hi, >> > >> > On Fri, May 07, 2010 at 12:35:59PM +0200, Fabian Ruff wrote: >> > > Hi, >> >

Re: [Pacemaker] strange Failover due to sudden "Argument list to long" error on all resource agents

2010-05-10 Thread Dejan Muhamedagic
Hi, On Fri, May 07, 2010 at 07:08:37PM +0200, Lars Ellenberg wrote: > On Fri, May 07, 2010 at 03:03:39PM +0200, Dejan Muhamedagic wrote: > > Hi, > > > > On Fri, May 07, 2010 at 12:35:59PM +0200, Fabian Ruff wrote: > > > Hi, > > > > > > I'm currently testing a 2-node HA-Firewall with pacemaker+co

Re: [Pacemaker] [PATCH] ping RA: Improvement of the logging

2010-05-10 Thread Andrew Beekhof
2010/5/7 Yoshihiko SATO : > Hi, > > I improved logging of the ping RA. > > Now, when the ping command failed (rc=1), log is not output. > I want to output to the log which target failed. I disabled it originally because people complained it was too noisy. Especially if, as is common for ping/pingd

Re: [Pacemaker] [PATCH] crm_mon expansion patch

2010-05-10 Thread Andrew Beekhof
This was for 1.1 right? On Fri, May 7, 2010 at 3:33 AM, Yuusuke IIDA wrote: > Hi Andrew, > >> Its in the tree as: >>     http://hg.clusterlabs.org/pacemaker/1.1/rev/b4439579f466 >> and will be in the 1.1.2 release which will be out in the next week or so. > Thank you for an answer. > I'm sorry. B

Re: [Pacemaker] Erro compiling Pacemaker GUI client

2010-05-10 Thread Yan Gao
On 05/08/10 04:51, Ruiyuan Jiang wrote: > Hi, all > > I downloaded Pacemaker GUI today and am having problem to compile it on > Redhat Enterprise server v5.5 (X86_64). The message is: > > > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include > -I../../include -I../../i

[Pacemaker] DRBD MC / Pacemaker GUI 0.7.3

2010-05-10 Thread Rasto Levrinc
Hi, This is the next DRBD MC beta release 0.7.3. DRBD MC, is a Java application that helps to configure DRBD and Pacemaker. DRBD MC is compatible with Heartbeat 2.1.3 to the Pacemaker 1.0.8 with Corosync or Heartbeat and DRBD 8. In this release many minor uninteresting bugs were fixed. Other