[Pacemaker] A mistake of the log output.
renayama19661014 at ybb.ne.jp
renayama19661014 at ybb.ne.jp
Fri Jun 11 00:30:13 UTC 2010
Hi Andrew,
Thanks!
Another one...
Not a great problem....Next if is the same.
static gboolean
determine_online_status_no_fencing(pe_working_set_t *data_set, xmlNode * node_state, node_t
*this_node)
{
(snip)
if(!crm_is_true(ccm_state) || safe_str_eq(ha_state, DEADSTATUS)){
crm_debug_2("Node is down: ha_state=%s, ccm_state=%s",
crm_str(ha_state), crm_str(ccm_state));
} else if(!crm_is_true(ccm_state)
|| safe_str_eq(ha_state, DEADSTATUS)) {
(snip)
Best Regards,
Hideo Yamauchi.
--- Andrew Beekhof <andrew at beekhof.net> wrote:
> ooops, right.
> that one should be crm_debug_2()
> Fixing now...
>
> On Thu, Jun 10, 2010 at 9:02 AM, <renayama19661014 at ybb.ne.jp> wrote:
> > Hi,
> >
> > There seems to be an error in the log output of the source of Pacemaker.
> >
> > void clone_expand(resource_t *rsc, pe_working_set_t *data_set)
> > {
> > � � � �clone_variant_data_t *clone_data = NULL;
> > � � � �get_clone_variant_data(clone_data, rsc);
> >
> > � � � �crm_err("Processing actions from %s", rsc->id); ---> Not
ERROR(info?)
> >
> >
> > Best Regards,
> > Hideo Yamauchi.
> >
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
> >
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>
More information about the Pacemaker
mailing list