2008/8/14 Keisuke MORI <[EMAIL PROTECTED]>:
> Hi,
>
> Thanks for fixing this.
>
> But I've got PE crash now when I used with clone resources...

I think the following is the correct fix, but i need to do some more testing

diff -r 665119a56b2a lib/crm/pengine/unpack.c
--- a/lib/crm/pengine/unpack.c  Wed Aug 13 14:59:54 2008 +0200
+++ b/lib/crm/pengine/unpack.c  Thu Aug 14 16:32:05 2008 +0200
@@ -667,7 +667,7 @@ unpack_find_resource(
                         */
                } else {
                        crm_debug_3("find another one");
-                       clone_parent = rsc->parent;
+                       clone_parent = uber_parent(rsc);
                        rsc = NULL;
                        is_duped_clone = TRUE;
                        alt_rsc_id = increment_clone(alt_rsc_id);


>
> See attached hb_report. The backtrace is included.
> It's the latest lha-2.1 (a45615fcfa12).
>
> Seems that 5e01893789fd works fine though.
>
> Thanks,
>
>
> Lars Marowsky-Bree <[EMAIL PROTECTED]> writes:
>
>> On 2008-08-13T15:01:17, Andrew Beekhof <[EMAIL PROTECTED]> wrote:
>>
>>> It's fixed in pacemaker (now): 665119a56b2a
>>
>> Pushed to lha-2.1
>
> --
> Keisuke MORI
> NTT DATA Intellilink Corporation
>
>
> _______________________________________________________
> Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
>
>
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to