Re: [Pacemaker] [PATCH] This is an alternate fix for Bug #2528 based on a patch to the

2011-10-11 Thread Andrew Beekhof
This part: +} else if (hash_entry->timer_id != 0) { +crm_debug_2("Update already scheduled"); +return; is definitely wrong. Subsequent changes to an attribute value are intended to reset the timer. On Thu, Sep 15, 2011 at 7:50 AM, Rainer Weikusat wrote: > # HG changeset pat

[Pacemaker] [PATCH] This is an alternate fix for Bug #2528 based on a patch to the

2011-09-14 Thread Rainer Weikusat
# HG changeset patch # User Rainer Weikusat # Date 1316036167 -3600 # Branch stable-1.0 # Node ID ea611ef8c1e6a9d294d9d0dff6db2f317232292b # Parent a15ead49e20f047e129882619ed075a65c1ebdfe This is an alternate fix for Bug #2528 based on a patch to the Debian Squeeze pacemaker package used to prov