[Pacemaker] A mistake of the log output.
Andrew Beekhof
andrew at beekhof.net
Fri Jun 11 10:43:33 UTC 2010
On Fri, Jun 11, 2010 at 2:30 AM, <renayama19661014 at 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.
More information about the Pacemaker
mailing list