Hi,
> This was the changeset:
> http://hg.clusterlabs.org/pacemaker/stable-0.6/rev/a608a625ec61
>
> But for some reason it doesn't appear to be working for you :-/
>
> If you file a bug I'll make sure I look into it
I confirmed that a source code was changed definitely.
(even changeset which I used was the same)
I poured log into the place of the "if" sentence structure.
------cib_natvie.c-------------------------------------------------------
ha_msg_value_int(msg, F_CIB_RC, &rc);
crm_info("yamauchi ------------ %d", rc);
if(rc == cib_diff_resync) {
/* This is anare internal value that clients do not and should not
care about */
rc = cib_ok;
crm_info("yamauchi2 ------------ %d", rc);
}
output = get_message_xml(msg, F_CIB_CALLDATA);
-------------------------------------------------------------------------
----- operation ---------------------------------------------------------
[EMAIL PROTECTED] cib]# crm_standby -U rh51-pm -D
Error performing operation: Application of an update diff failed, requesting a
full refresh
-------------------------------------------------------------------------
----- ha-log.output -----------------------------------------------------
crmd[2321]: 2008/03/28_02:59:41 info: cib_native_callback: yamauchi
------------ 0
-------------------------------------------------------------------------
There seems to be some problem somehow or other.
I will register a bug later.
Regards,
Hideo Yamauchi.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems