Re: [Pacemaker] crmd-transition-delay does not work

2014-05-02 Thread Kazunori INOUE
2014-05-02 13:43 GMT+09:00 Andrew Beekhof : > This should do it: Since issue was not fixed by this, I wrote the patch using this as reference. https://github.com/ClusterLabs/pacemaker/pull/509 Regards, > > diff --git a/crmd/cib.c b/crmd/cib.c > index 77fa849..50526ca 100644 > --- a/crmd/cib.c >

Re: [Pacemaker] crmd-transition-delay does not work

2014-05-01 Thread Andrew Beekhof
This should do it: diff --git a/crmd/cib.c b/crmd/cib.c index 77fa849..50526ca 100644 --- a/crmd/cib.c +++ b/crmd/cib.c @@ -55,6 +55,7 @@ static void do_cib_updated(const char *event, xmlNode * msg) { int rc = -1; +xmlXPathObjectPtr xpathObj = NULL; CRM_CHECK(msg != NULL, return)

[Pacemaker] crmd-transition-delay does not work

2014-04-25 Thread Kazunori INOUE
Hi, 'crmd-transition-delay' of cib which I loaded does not work. this log is not output : info: crm_timer_popped: New Transition Timer (I_PE_CALC) just popped (2000ms) Although I noticed in the latest master branch (830af67), I think that 'cib-performance' is probably the cause. steps to reprodu