Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: membership by zhenh from
([email protected])
2. Linux-HA CVS: lib by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 12 Feb 2006 23:46:36 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: membership by zhenh from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : zhenh
Host :
Project : linux-ha
Module : membership
Dir : linux-ha/membership/ccm
Modified Files:
ccm.c
Log Message:
when autojoin=none and the memeber lists are different between nodes, ccm exits.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/membership/ccm/ccm.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- ccm.c 25 Jan 2006 17:06:41 -0000 1.110
+++ ccm.c 13 Feb 2006 06:46:35 -0000 1.111
@@ -228,10 +228,10 @@
if (ANYDEBUG) {
cl_log_message(LOG_DEBUG, msg);
}
- /* We need to do something better to recover from this
- * FIXME!! (as of now it crashes (!))
- */
- jump_to_joining_state(hb, info, msg);
+ cl_log(LOG_ERR, "Please make sure ha.cf files on all"
+ " nodes have same nodes list or add \"autojoin any\" "
+ "to ha.cf");
+ exit(100);
}
}
state_msg_handler[info->state](ccm_msg_type, msg, hb, info);
------------------------------
Message: 2
Date: Mon, 13 Feb 2006 08:07:33 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/crm/transition
Log Message:
Directory /home/cvs/linux-ha/linux-ha/lib/crm/transition added to the repository
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 27, Issue 52
********************************************