Re: [Pacemaker] [Patch]Patch for crmd-transition-delay processing.

2012-04-03 Thread renayama19661014
Hi Andrew, I published a pullrequest. * https://github.com/ClusterLabs/pacemaker-1.0/pull/3 I forgot a patch to te_action.c. I publish a pullrequest again. Best Regards, Hideo Yamauchi. --- On Fri, 2012/3/30, renayama19661...@ybb.ne.jp wrote: > Hi Andrew, > > Thank you for comment. > > >

Re: [Pacemaker] [Patch]Patch for crmd-transition-delay processing.

2012-03-29 Thread renayama19661014
Hi Andrew, Thank you for comment. > The patch makes sense, could you resend as a github pull request? :-D All right!! I send it if ready. Please wait Best Regards, Hideo Yamauchi. --- On Thu, 2012/3/29, Andrew Beekhof wrote: > The patch makes sense, could you resend as a github pull requ

Re: [Pacemaker] [Patch]Patch for crmd-transition-delay processing.

2012-03-28 Thread Andrew Beekhof
The patch makes sense, could you resend as a github pull request? :-D On Thu, Mar 22, 2012 at 8:18 PM, wrote: > Hi All, > > Sorry > > My patch was wrong. > I send a right patch. > > Best Regards, > Hideo Yamauchi. > > --- On Thu, 2012/3/22, renayama19661...@ybb.ne.jp > wrote: > >> Hi All,

Re: [Pacemaker] [Patch]Patch for crmd-transition-delay processing.

2012-03-22 Thread renayama19661014
Hi All, Sorry My patch was wrong. I send a right patch. Best Regards, Hideo Yamauchi. --- On Thu, 2012/3/22, renayama19661...@ybb.ne.jp wrote: > Hi All, > > The crmd-transition-delay waits for the update of the attribute to be late. > > However, crmd cannot realize the wait of the att

[Pacemaker] [Patch]Patch for crmd-transition-delay processing.

2012-03-21 Thread renayama19661014
Hi All, The crmd-transition-delay waits for the update of the attribute to be late. However, crmd cannot realize the wait of the attribute well because a timer is not reset when the delay of the attribute occurs after a timer was set. As a result, the resource may not be placed definitely. I w