On Fri, Jun 11, 2010 at 2:30 AM, <renayama19661...@ybb.ne.jp> wrote: > 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)
Thats odd, seems to have been there since early 2005 when stonith was first made optional. Looks safe to remove. _______________________________________________ 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