Re: [Pacemaker] Pull the plug on one node, the resource doesn't promote the other node to master

2012-07-20 Thread David Coulson
Use ping to set an attribute, then add a location. primitive re-ping-core ocf:pacemaker:ping \ meta failure-timeout="60" \ params name="at-ping-core" host_list="10.250.52.1" multiplier="100" attempts="5" \ op monitor interval="20" timeout="15" \ op start interval

Re: [Pacemaker] Pull the plug on one node, the resource doesn't promote the other node to master

2012-07-20 Thread Matteo Bignotti
Thank you man, I realized what it was, We're running pacemaker held up by a third item (r-series) which through a usb connection and a resource agent controls the cluster. When I unplug the network cable he doesn't understand that it's disconnected because the usb is still up if I unplug both

Re: [Pacemaker] Pull the plug on one node, the resource doesn't promote the other node to master

2012-07-20 Thread David Vossel
- Original Message - > From: "Matteo Bignotti" > To: pacemaker@oss.clusterlabs.org > Sent: Friday, July 20, 2012 4:01:26 PM > Subject: [Pacemaker] Pull the plug on one node, the resource doesn't promote > the other node to master > > Hi guys, > > I am having trouble understanding why th

[Pacemaker] Pull the plug on one node, the resource doesn't promote the other node to master

2012-07-20 Thread Matteo Bignotti
Hi guys, I am having trouble understanding why this happens: I have this cluster with 2 nodes, when I put one node in standby or crash the resource, it correctly promotes on the second machine as master. But if I UNPLUG the first machine from the network, the resource won't promote the other o

Re: [Pacemaker] [Problem] Order which combined a master with clone is invalid.

2012-07-20 Thread David Vossel
- Original Message - > From: renayama19661...@ybb.ne.jp > To: "PaceMaker-ML" > Sent: Friday, July 20, 2012 1:39:51 AM > Subject: [Pacemaker] [Problem] Order which combined a master with clone is > invalid. > > Hi All, > > We confirmed movement of order which combined a master with

Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3

2012-07-20 Thread Jake Smith
- Original Message - > From: fatcha...@gmx.de > To: "Jake Smith" , "The Pacemaker cluster resource > manager" > Sent: Friday, July 20, 2012 11:50:52 AM > Subject: Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3 > > Hi Jake, > > I erased the files as mentioned und started

Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3

2012-07-20 Thread Jake Smith
- Original Message - > From: fatcha...@gmx.de > To: "Jake Smith" , "The Pacemaker cluster resource > manager" > Sent: Friday, July 20, 2012 11:50:52 AM > Subject: Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3 > > Hi Jake, > > I erased the files as mentioned und started

Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3

2012-07-20 Thread fatcharly
Hi Jake, I erased the files as mentioned und started the services. This is what I get on pilotpound after crm_mon : Last updated: Fri Jul 20 17:45:58 2012 Last change: Current DC: NONE 0 Nodes configured, unknown expected votes 0 Resources configured. Looks like the s

Re: [Pacemaker] Do you need to execute crm_ticket on arbitrator?

2012-07-20 Thread Jiaju Zhang
On Fri, 2012-07-20 at 19:56 +0900, Yuichi SEINO wrote: > Hi Jiaju, > > Currently, I think that the start-up of arbitrator is normal to use > /etc/init.d/booth-arbitrator. So I want to remove the execution of > crm_ticket because arbitrator don't has to use cib. What do you think > about it? Yes,

Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3

2012-07-20 Thread Jake Smith
- Original Message - > From: fatcha...@gmx.de > To: pacemaker@oss.clusterlabs.org > Sent: Friday, July 20, 2012 6:08:45 AM > Subject: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3 > > Hi, > > I´m using a pacemaker+corosync bundle to run a pound based > loadbalancer. After an

Re: [Pacemaker] /var/lib/pengine folder consuming space over time

2012-07-20 Thread ihjaz Mohamed
Am using  pacemaker-1.1.5-5 and I see about 21000 input files in the folder. Does that mean this version by default has no such limits? From: Andreas Kurz To: pacemaker@oss.clusterlabs.org Sent: Friday, 20 July 2012 5:57 PM Subject: Re: [Pacemaker] /var/lib/p

Re: [Pacemaker] /var/lib/pengine folder consuming space over time

2012-07-20 Thread Andreas Kurz
On 07/20/2012 02:18 PM, ihjaz Mohamed wrote: > Hi All, > > I see that the folder /var/lib/pengine is consuming space over time. > > Is there a configuration to limit the size of the data logged by pengine > so that once it reaches this limit the older ones get removed. the cluster properties to

[Pacemaker] /var/lib/pengine folder consuming space over time

2012-07-20 Thread ihjaz Mohamed
Hi All, I see that the folder /var/lib/pengine is consuming space over time. Is there a configuration to limit the size of the data logged by pengine so that once it reaches this limit the older ones get removed. ___ Pacemaker mailing list: Pacemake

[Pacemaker] Do you need to execute crm_ticket on arbitrator?

2012-07-20 Thread Yuichi SEINO
Hi Jiaju, Currently, I think that the start-up of arbitrator is normal to use /etc/init.d/booth-arbitrator. So I want to remove the execution of crm_ticket because arbitrator don't has to use cib. What do you think about it? Sincerely, Yuichi -- Yuichi SEINO METROSYSTEMS CORPORATION E-mail:sein

Re: [Pacemaker] problem with pacemaker/corosync on CentOS 6.3

2012-07-20 Thread fatcharly
Hi, a part of the logfile of a start of the pacemaker can be found here: http://pastebin.com/qMUzf2Lm Kind regards fatcharly Original-Nachricht > Datum: Fri, 20 Jul 2012 12:08:45 +0200 > Von: fatcha...@gmx.de > An: pacemaker@oss.clusterlabs.org > Betreff: [Pacemaker] probl

[Pacemaker] problem with pacemaker/corosync on CentOS 6.3

2012-07-20 Thread fatcharly
Hi, I´m using a pacemaker+corosync bundle to run a pound based loadbalancer. After an update on CentOS 6.3 there is some mismatch of the node status. Via crm_mon on one node eveything looks fine while on the other node everything is offline. Everything was fine on CentOS 6.2. Node powerpound:

Re: [Pacemaker] Pengine behavior

2012-07-20 Thread Виталий Давудов
Hi, David! Yes, you are right, I'm trying to do active call failover. I hope to achieve 3 secs silence during the call (now it's 5 secs). If there is any kind of directive in corosync to monitor the node more aggressively (every 1 sec), I'll be very happy. 19.07.2012 18:43, David Vossel пиш

Re: [Pacemaker] Could not establish cib_rw connection

2012-07-20 Thread Martin Unger
Selinux and iptables are disabled. Von: emmanuel segura [emi2f...@gmail.com] Gesendet: Freitag, 20. Juli 2012 10:14 An: The Pacemaker cluster resource manager Betreff: Re: [Pacemaker] Could not establish cib_rw connection Hello Martin Do you using selinux or ipta

Re: [Pacemaker] Could not establish cib_rw connection

2012-07-20 Thread emmanuel segura
Hello Martin Do you using selinux or iptables? if your answer it's yes, try to disable 2012/7/19 Martin Unger > Hello! > > I'm running Pacemaker and Corosync on CentOS 6.3 (yum install corosync > pacemaker). > > Corosync starts just fine, but as soon as I start pacemaker, error > messages sta

Re: [Pacemaker] Pacemaker 1.1.7 order constraint syntax

2012-07-20 Thread Rasto Levrinc
On Thu, Jul 19, 2012 at 6:09 PM, Andreas Kurz wrote: > On 07/19/2012 02:57 PM, Rasto Levrinc wrote: >> On Thu, Jul 19, 2012 at 2:38 PM, Andreas Kurz wrote: >>> >>> I don't think it is supported in crm or any other configuration tool >>> syntax for above example in xml looks like: >> >> Well

Re: [Pacemaker] [Problem] Order which combined a master with clone is invalid.

2012-07-20 Thread renayama19661014
Hi All, I registered hb_report file with Bugzilla. * http://bugs.clusterlabs.org/show_bug.cgi?id=5086 Best Regards, Hideo Yamauchi. --- On Fri, 2012/7/20, renayama19661...@ybb.ne.jp wrote: > Hi All, > > We confirmed movement of order which combined a master with clone. > We performed it by