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 <and...@beekhof.net> wrote:

> ooops, right.
> that one should be crm_debug_2()
> Fixing now...
> 
> On Thu, Jun 10, 2010 at 9:02 AM,  <renayama19661...@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)
> > {
> > &#65533; &#65533; &#65533; &#65533;clone_variant_data_t *clone_data = NULL;
> > &#65533; &#65533; &#65533; &#65533;get_clone_variant_data(clone_data, rsc);
> >
> > &#65533; &#65533; &#65533; &#65533;crm_err("Processing actions from %s", 
> > rsc->id); ---> Not
ERROR(info?)
> >
> >
> > Best Regards,
> > Hideo Yamauchi.
> >
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker@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@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@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

Reply via email to