[Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-09-26 Thread renayama19661014
Hi, When I investigated another problem, I discovered this phenomenon. If attrd causes process trouble and does not restart, the problem does not occur. Step1) After start, it causes a monitor error in UmIPaddr twice. Online: [ srv01 srv02 ] Resource Group: UMgroup01 UmVIPcheck (ocf::hea

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-09-28 Thread Andrew Beekhof
On Mon, Sep 27, 2010 at 7:26 AM, wrote: > Hi, > > When I investigated another problem, I discovered this phenomenon. > If attrd causes process trouble and does not restart, the problem does not > occur. > > Step1) After start, it causes a monitor error in UmIPaddr twice. > > Online: [ srv01 srv0

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-09-28 Thread renayama19661014
Hi Andrew, Thank you for comment. > The problem here is that attrd is supposed to be the authoritative > source for this sort of data. Yes. I understand. > Additionally, you don't always want attrd reading from the status > section - like after the cluster restarts. The problem seems to be abl

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-09-30 Thread Andrew Beekhof
On Wed, Sep 29, 2010 at 3:59 AM, wrote: > Hi Andrew, > > Thank you for comment. > >> The problem here is that attrd is supposed to be the authoritative >> source for this sort of data. > > Yes. I understand. > >> Additionally, you don't always want attrd reading from the status >> section - like

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-09-30 Thread renayama19661014
Hi Andrew, Thank you for comment. > During crmd startup, one could read all the values from attrd into the > hashtable. > So the hashtable would only do something if only attrd went down. If attrd communicates with crmd at the time of start and reads the data of the hash table, the problem seem

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-10-01 Thread Andrew Beekhof
On Fri, Oct 1, 2010 at 4:00 AM, wrote: > Hi Andrew, > > Thank you for comment. > >> During crmd startup, one could read all the values from attrd into the >> hashtable. >> So the hashtable would only do something if only attrd went down. > > If attrd communicates with crmd at the time of start an

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-10-04 Thread renayama19661014
Hi Andrew, Thank you for comment. > > Is the change of this attrd and crmd difficult? > > I dont think so. > But its not a huge priority because I've never heard of attrd actually > crashing. > > So while I agree that its theoretically a problem, in practice no-one > is going to hit this in pr

Re: [Pacemaker] [Problem or Enhancement]When attrd reboots, a fail count is initialized.

2010-10-05 Thread renayama19661014
Hi Andrew, I registered these contents with Bugzilla as enhancement of the functions. * http://developerbugs.linux-foundation.org/show_bug.cgi?id=2501 Thanks, Hideo Yamauchi. --- renayama19661...@ybb.ne.jp wrote: > Hi Andrew, > > Thank you for comment. > > > > Is the change of this attrd a