Re: [Pacemaker] [Problem] The dampen parameter of the attrd_updater command is ignored, and an attribute is updated.

2014-05-28 Thread Andrew Beekhof
On 28 May 2014, at 3:04 pm, renayama19661...@ybb.ne.jp wrote: Hi Andrew, I'd expect that block to hit this clause though: } else if(mainloop_timer_running(a-timer)) { crm_info(Write out of '%s' delayed: timer is running, a-id); return; Which point of the source

Re: [Pacemaker] [Problem] The dampen parameter of the attrd_updater command is ignored, and an attribute is updated.

2014-05-28 Thread Andrew Beekhof
On 28 May 2014, at 4:10 pm, Andrew Beekhof and...@beekhof.net wrote: On 28 May 2014, at 3:04 pm, renayama19661...@ybb.ne.jp wrote: Hi Andrew, I'd expect that block to hit this clause though: } else if(mainloop_timer_running(a-timer)) { crm_info(Write out of '%s' delayed:

Re: [Pacemaker] [Problem] The dampen parameter of the attrd_updater command is ignored, and an attribute is updated.

2014-05-28 Thread renayama19661014
Hi Andrew, Perhaps try: diff --git a/attrd/commands.c b/attrd/commands.c index 7f1b4b0..7342e23 100644 --- a/attrd/commands.c +++ b/attrd/commands.c @@ -464,6 +464,15 @@ attrd_peer_update(crm_node_t *peer, xmlNode *xml, bool filter)      a-changed |= changed; +    if(changed) {

Re: [Pacemaker] [Problem] The dampen parameter of the attrd_updater command is ignored, and an attribute is updated.

2014-05-28 Thread Andrew Beekhof
On 28 May 2014, at 4:36 pm, renayama19661...@ybb.ne.jp wrote: Hi Andrew, Perhaps try: diff --git a/attrd/commands.c b/attrd/commands.c index 7f1b4b0..7342e23 100644 --- a/attrd/commands.c +++ b/attrd/commands.c @@ -464,6 +464,15 @@ attrd_peer_update(crm_node_t *peer, xmlNode *xml,

Re: [Pacemaker] [Problem] The dampen parameter of the attrd_updater command is ignored, and an attribute is updated.

2014-05-28 Thread renayama19661014
Hi Andrew, I confirmed movement at once. Your patch solves a problem. Many Thanks! Hideo Yamauchi. --- On Wed, 2014/5/28, renayama19661...@ybb.ne.jp renayama19661...@ybb.ne.jp wrote: Hi Andrew, Perhaps try: diff --git a/attrd/commands.c b/attrd/commands.c index 7f1b4b0..7342e23

Re: [Pacemaker] no-quorum-policy = demote?

2014-05-28 Thread Christian Ciach
Done: http://bugs.clusterlabs.org/show_bug.cgi?id=5216 Best regards, Christianc 2014-05-27 22:51 GMT+02:00 Andrew Beekhof and...@beekhof.net: On 27 May 2014, at 7:20 pm, Christian Ciach derein...@gmail.com wrote: 2014-05-27 7:34 GMT+02:00 Andrew Beekhof and...@beekhof.net: On

[Pacemaker] If 256 resources are load(ed), crmd will reboot.

2014-05-28 Thread Yusuke Iida
Hi, Andrew I made the cluster load a setup to which 256 resources are started using crmsh. At this time, crmd changed into the S_RECOVERY state and rebooted. May 28 17:08:00 [14194] vm02 crmd:error: config_query_callback: Local CIB query resulted in an error: Timer expired May 28

Re: [Pacemaker] Logging options: how to change logpriority only for cib

2014-05-28 Thread Bernardo Cabezas Serra
Hello, El 27/05/14 23:05, Andrew Beekhof escribió: But now, we get this line each 5 seconds on corosync syslog: pacemakerd[23624]: notice: crm_add_logfile: Additional logging available in /var/log/pacemaker.log That message should only pop up when pacemakerd has just been started...

Re: [Pacemaker] Logging options: how to change logpriority only for cib

2014-05-28 Thread Andrew Beekhof
On 28 May 2014, at 8:25 pm, Bernardo Cabezas Serra bcabe...@apsl.net wrote: Hello, El 27/05/14 23:05, Andrew Beekhof escribió: But now, we get this line each 5 seconds on corosync syslog: pacemakerd[23624]: notice: crm_add_logfile: Additional logging available in /var/log/pacemaker.log

Re: [Pacemaker] If 256 resources are load(ed), crmd will reboot.

2014-05-28 Thread Andrew Beekhof
On 28 May 2014, at 6:42 pm, Yusuke Iida yusk.i...@gmail.com wrote: Hi, Andrew I made the cluster load a setup to which 256 resources are started using crmsh. At this time, crmd changed into the S_RECOVERY state and rebooted. May 28 17:08:00 [14194] vm02 crmd:error:

Re: [Pacemaker] If 256 resources are load(ed), crmd will reboot.

2014-05-28 Thread Yusuke Iida
Hi, Andrew I'm sorry. It seems that the notation of the node name became another by syslog. In order to dispel misunderstanding, the report was newly acquired. I think that the signs are appearing in vm02/ha-log. May 29 10:43:37 vm02 crmd[25608]:error: config_query_callback: Local CIB query

Re: [Pacemaker] unexpected demote request on master

2014-05-28 Thread K Mehta
In which pcs version is this issue fixed ? On Wednesday, May 28, 2014, K Mehta kiranmehta1...@gmail.com wrote: Chris, Here is the required information [root@vsanqa11 ~]# rpm -qa | grep pcs ; rpm -qa | grep pacemaker ; uname -a ; cat /etc/redhat-release pcs-0.9.90-2.el6.centos.2.noarch

Re: [Pacemaker] If 256 resources are load(ed), crmd will reboot.

2014-05-28 Thread Andrew Beekhof
On 29 May 2014, at 12:28 pm, Yusuke Iida yusk.i...@gmail.com wrote: Hi, Andrew I'm sorry. It seems that the notation of the node name became another by syslog. In order to dispel misunderstanding, the report was newly acquired. I think that the signs are appearing in vm02/ha-log. Got it

Re: [Pacemaker] If 256 resources are load(ed), crmd will reboot.

2014-05-28 Thread Yusuke Iida
Hi, Andrew 2014-05-29 14:00 GMT+09:00 Andrew Beekhof and...@beekhof.net: On 29 May 2014, at 12:28 pm, Yusuke Iida yusk.i...@gmail.com wrote: Hi, Andrew I'm sorry. It seems that the notation of the node name became another by syslog. In order to dispel misunderstanding, the report was