[Pacemaker] [PATCH] Low: tools: crm_simulate - fix small xpath memory leak in inject_node_state()

2010-03-29 Thread Tim Serong
# HG changeset patch # User Tim Serong # Date 1269931000 -39600 # Node ID 37312dd57d64ef67d829b3dbb868c659438dc495 # Parent 8b867b37c8007042877943b0c74601528db24d0f Low: tools: crm_simulate - fix small xpath memory leak in inject_node_state() diff -r 8b867b37c800 -r 37312dd57d64 tools/crm_inject

Re: [Pacemaker] Mgmtd problem building on Debian Lenny

2010-03-29 Thread Yan Gao
Hi, On 03/29/10 18:06, Robert wrote: > Hello, > > I am using the Madkiss repo for Debian Lenny. > The management client seems to be missing though. > I tried to build the package Pacemaker-Python-GUI-0f1490eaa8d8 > but it fails: > >> mgmt_crm.c:1307: warning: passing argument 9 of ‘delete_attr’

[Pacemaker] Vacation - Away from Keyboard

2010-03-29 Thread Andrew Beekhof
Hi All, Just a quick note to let people know I'll be in Sweden for the next week or so and wont have access to email. So, as usual, if you send something expecting a reply from me personally, the reply will be a few days late. -- Andrew ___ Pacemak

Re: [Pacemaker] building on Mac OS X (Snow Leopard)

2010-03-29 Thread Andrew Beekhof
On Mon, Mar 29, 2010 at 7:00 PM, Ray Kiddy wrote: > > On Mar 27, 2010, at 1:59 PM, Andrew Beekhof wrote: > >> On Sat, Mar 27, 2010 at 6:04 PM, Ray Kiddy wrote: >>> >>> I hope this is not an aggressively obnoxious first post, but I did look for >>> archives >> >> I figured I was the only one

Re: [Pacemaker] building on Mac OS X (Snow Leopard)

2010-03-29 Thread Ray Kiddy
On Mar 27, 2010, at 1:59 PM, Andrew Beekhof wrote: > On Sat, Mar 27, 2010 at 6:04 PM, Ray Kiddy wrote: >> >> I hope this is not an aggressively obnoxious first post, but I did look for >> archives > > I figured I was the only one doing this :-) > I usually just use the same prefix as used

Re: [Pacemaker] Quorum question

2010-03-29 Thread Andrew Beekhof
On Mon, Mar 29, 2010 at 6:35 PM, Robert wrote: > Hi, > > I expected that quorum would be lost if you have half of the nodes > offline. Agreed. Can you file a bug for this please? But sure to include a hb_report with the logs. I'll be out for most of the next two weeks, but I'll take a look when

[Pacemaker] Quorum question

2010-03-29 Thread Robert
Hi, I expected that quorum would be lost if you have half of the nodes offline. However this seems to be the case when I test this: I simulating a network failure by blocking all traffic via a crontab iptables rule on half of the nodes: iptables -I INPUT -j DROP iptables -I OUTPUT -j DROP Fe

Re: [Pacemaker] Question on "crm configure location" as used

2010-03-29 Thread Dejan Muhamedagic
On Mon, Mar 29, 2010 at 09:07:34AM -0400, Denslow, Gregory E (Greg) wrote: > Perhaps not the shell, I tried directly entering the same information using > the "crm configure edit" command and received the same error messages. It was definitely the shell. It's fixed now. Thanks, Dejan > Greg >

Re: [Pacemaker] Question on "crm configure location" as used in "Clusters From Scratch"

2010-03-29 Thread Dejan Muhamedagic
Hi, On Mon, Mar 29, 2010 at 01:48:26PM +0200, Andrew Beekhof wrote: > Works here. > Could be a shell bug. Dejan anything that could trigger this? Yes, it's a regression in shell, from last week. Will fix it right away. Thanks, Dejan > On Sat, Mar 27, 2010 at 12:49 AM, Denslow, Gregory E (Greg)

Re: [Pacemaker] Question on "crm configure location" as used

2010-03-29 Thread Denslow, Gregory E (Greg)
Perhaps not the shell, I tried directly entering the same information using the "crm configure edit" command and received the same error messages. Greg > Date: Mon, 29 Mar 2010 13:48:26 +0200 > From: Andrew Beekhof Works here. Could be a shell bug. Dejan anything that could trigger this? On

Re: [Pacemaker] Pacameker does not Failover

2010-03-29 Thread Stefan Kelemen
I think i found my fault. I have changed the complete Config and killed the node id's. After complete reconfiguration the Server made failover fine. Sometimes are bad times:-) Regards Stefan Kelemen Original-Nachricht > Datum: Sat, 27 Mar 2010 22:05:45 +0100 > Von: Andrew Bee

Re: [Pacemaker] About replacement of clone and handling of the fail number of times.

2010-03-29 Thread Andrew Beekhof
On Fri, Mar 26, 2010 at 2:54 AM, wrote: > Hi Andrew, > >> globally-unique=false" means that :0 and :1 are actually the same resource. >> its perfectly valid for entries for both to exist on the node, but the >> PE should fold them together internally. >> >> in most ways it does, just not for fail

Re: [Pacemaker] Question on "crm configure location" as used in "Clusters From Scratch"

2010-03-29 Thread Andrew Beekhof
Works here. Could be a shell bug. Dejan anything that could trigger this? On Sat, Mar 27, 2010 at 12:49 AM, Denslow, Gregory E (Greg) wrote: > I am trying to emulate the setup for “Clusters from Scratch” locally. > > > > When I try to enter the command (similar to page 33 in Clusters) > > > > “cr

Re: [Pacemaker] the instance id of clone is changed after removing constraints

2010-03-29 Thread Andrew Beekhof
2010/3/29 Junko IKEDA : > Hi, > > I have the following resources, > > > Last updated: Mon Mar 29 16:09:53 2010 > Stack: openais > Current DC: cspm01 - partition with quorum > Version: 1.0.8-d353c41113af stable-1.0 tip > 4 Nodes configured, 4 expected votes > 2 Resources configured. > =

[Pacemaker] Memory leaks in pacemaker-1.0.8

2010-03-29 Thread Keisuke MORI
Hi, Pacemaker-1.0.8 seems to have some memory leakage. Please find the detail on the bugzilla item: http://developerbugs.linux-foundation.org/show_bug.cgi?id=2386 Regards, -- Keisuke MORI ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org htt

[Pacemaker] Mgmtd problem building on Debian Lenny

2010-03-29 Thread Robert
Hello, I am using the Madkiss repo for Debian Lenny. The management client seems to be missing though. I tried to build the package Pacemaker-Python-GUI-0f1490eaa8d8 but it fails: > mgmt_crm.c:1307: warning: passing argument 9 of ‘delete_attr’ makes integer > from pointer without a cast > mgmt_

Re: [Pacemaker] Using rpms from clusterlabs on SLES11

2010-03-29 Thread Dejan Muhamedagic
Hi, On Mon, Mar 29, 2010 at 10:26:41AM +0200, carlopmart wrote: > Hi all, > > Is it possible to use the rpm packages allocated on clusterlabs.org > on a SLES11 server?? If the reponse is yes, from which distro: > openssue 11.0, 11.1 or 11.2?? All packages for SLE11 are available from Novell in

Re: [Pacemaker] Postfix resource agent doesn't exists for pacemaker 1.0.8

2010-03-29 Thread Dejan Muhamedagic
Hi, On Mon, Mar 29, 2010 at 10:25:05AM +0200, carlopmart wrote: > Dejan Muhamedagic wrote: > >Hi, > > > >On Sat, Mar 27, 2010 at 03:33:32PM +0100, carlopmart wrote: > >>Hi all, > >> > >> How can I define a resource to configure an active/passive postfix > >>instance? I have executed "crm ra list o

Re: [Pacemaker] Postfix resource agent doesn't exists for pacemaker 1.0.8

2010-03-29 Thread carlopmart
Dejan Muhamedagic wrote: Hi, On Sat, Mar 27, 2010 at 03:33:32PM +0100, carlopmart wrote: Hi all, How can I define a resource to configure an active/passive postfix instance? I have executed "crm ra list ocf heartbeat" and doesn't appears postfix resource. Which do I need to use?? The postfi

[Pacemaker] Using rpms from clusterlabs on SLES11

2010-03-29 Thread carlopmart
Hi all, Is it possible to use the rpm packages allocated on clusterlabs.org on a SLES11 server?? If the reponse is yes, from which distro: openssue 11.0, 11.1 or 11.2?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com ___ Pacemaker mailing l

Re: [Pacemaker] the instance id of clone is changed after removing constraints

2010-03-29 Thread Junko IKEDA
I filed the other log here; http://developerbugs.linux-foundation.org//show_bug.cgi?id=2385 Thanks, Junko On Mon, 29 Mar 2010 16:57:07 +0900, Junko IKEDA wrote: Hi, I have the following resources, Last updated: Mon Mar 29 16:09:53 2010 Stack: openais Current DC: cspm01 - pa

Re: [Pacemaker] Postfix resource agent doesn't exists for pacemaker 1.0.8

2010-03-29 Thread Dejan Muhamedagic
Hi, On Sat, Mar 27, 2010 at 03:33:32PM +0100, carlopmart wrote: > Hi all, > > How can I define a resource to configure an active/passive postfix > instance? I have executed "crm ra list ocf heartbeat" and doesn't > appears postfix resource. Which do I need to use?? The postfix RA exists but it