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 alan from 
      ([email protected])
   2. Linux-HA CVS: linux-ha by alan from 
      ([email protected])
   3. Linux-HA CVS: linux-ha by alan from 
      ([email protected])
   4. Linux-HA CVS: linux-ha by alan from 
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Mon, 27 Feb 2006 07:05:12 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: membership by alan from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : alan
Host    : 
Project : linux-ha
Module  : membership

Dir     : linux-ha/membership/ccm


Modified Files:
        ccmllm.c 


Log Message:
Put in a trivial output format change to neaten things up.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/membership/ccm/ccmllm.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ccmllm.c    17 Feb 2006 05:48:24 -0000      1.29
+++ ccmllm.c    27 Feb 2006 14:05:12 -0000      1.30
@@ -1,4 +1,4 @@
-/* $Id: ccmllm.c,v 1.29 2006/02/17 05:48:24 zhenh Exp $ */
+/* $Id: ccmllm.c,v 1.30 2006/02/27 14:05:12 alan Exp $ */
 /* 
  * ccmllm.c: Low Level membership routines.
  *
@@ -422,7 +422,7 @@
        }
        
        if (uptime < 0){
-               ccm_log(LOG_ERR, "%s: Negative uptime%d",
+               ccm_log(LOG_ERR, "%s: Negative uptime %d",
                       __FUNCTION__, uptime);
                return FALSE;
                       




------------------------------

Message: 2
Date: Mon, 27 Feb 2006 07:30:57 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by alan from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : alan
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        heartbeat.spec.in 


Log Message:
Put in updates to changelog.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -3 -r1.161 -r1.162
--- heartbeat.spec.in   14 Feb 2006 15:38:46 -0000      1.161
+++ heartbeat.spec.in   27 Feb 2006 14:30:56 -0000      1.162
@@ -1,4 +1,4 @@
-#      $Id: heartbeat.spec.in,v 1.161 2006/02/14 15:38:46 andrew Exp $
+#      $Id: heartbeat.spec.in,v 1.162 2006/02/27 14:30:56 alan Exp $
 
 # Workaround for a change in RPM 4.1.x; needs proper fixing soon!
 ##%define _unpackaged_files_terminate_build 0
@@ -77,6 +77,28 @@
 implementing any number of interfaces.
 
 %changelog
+* Mon Feb 27 2006  Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
++ Version 2.0.3 - Bug fix release - worth getting these updates
+  + Fixed cpu loop for LRM
+  + Fixed minor bugs in Filesystem resource agent (submounts, some
+       options)
+  + Various small resource agent cleanups
+  + Keep CCM from core dumping when certain conditions occur which
+       cannot be recovered from.
+  + Completely restructured the CRM transition code.
+  + Numerous related CRM fixes.
+  + Revamp the CRM shutdown code - it now shuts down much more
+       reliably
+  + Write out the CIB asynchronously
+  + Add code to support notification data for start/stop actions
+       associated with clone resources
+  + Bug 1084: Nodes that are offline but have active resources listed need
+       to be marked as unclean for possible fencing
+  + make the Raid1 resource agent more mdadm friendly (Ranjan Gupta), and
+       other fix
+  + fix for a crash where the CRM referenced a NULL pointer.
+
+
 * Fri Feb 10 2006  Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
 + Version 2.0.3 - Bug fixes and significant new features.
   + Management Daemon/Library and GUI client




------------------------------

Message: 3
Date: Mon, 27 Feb 2006 09:26:50 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by alan from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : alan
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        configure.in 


Log Message:
Changed the version number.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -3 -r1.489 -r1.490
--- configure.in        27 Feb 2006 09:20:14 -0000      1.489
+++ configure.in        27 Feb 2006 16:26:50 -0000      1.490
@@ -10,14 +10,14 @@
 AC_INIT(heartbeat.spec.in)
 
 AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.489 $) dnl cvs revision
+AC_REVISION($Revision: 1.490 $) dnl cvs revision
 AC_CANONICAL_HOST
 
 
 dnl Where #defines go (e.g. `AC_CHECK_HEADERS' below)
 AM_CONFIG_HEADER(linux-ha/config.h include/ha_config.h)
 ALL_LINGUAS="en fr"
-AM_INIT_AUTOMAKE(heartbeat, 2.0.3)
+AM_INIT_AUTOMAKE(heartbeat, 2.0.4)
 RPMREL=1
 AC_SUBST(RPMREL)
 HB_PKG=heartbeat




------------------------------

Message: 4
Date: Mon, 27 Feb 2006 09:57:58 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by alan from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : alan
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        heartbeat.spec.in 


Log Message:
Updated the change log from Andrew's information.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -3 -r1.162 -r1.163
--- heartbeat.spec.in   27 Feb 2006 14:30:56 -0000      1.162
+++ heartbeat.spec.in   27 Feb 2006 16:57:57 -0000      1.163
@@ -1,4 +1,4 @@
-#      $Id: heartbeat.spec.in,v 1.162 2006/02/27 14:30:56 alan Exp $
+#      $Id: heartbeat.spec.in,v 1.163 2006/02/27 16:57:57 alan Exp $
 
 # Workaround for a change in RPM 4.1.x; needs proper fixing soon!
 ##%define _unpackaged_files_terminate_build 0
@@ -82,11 +82,11 @@
   + Fixed cpu loop for LRM
   + Fixed minor bugs in Filesystem resource agent (submounts, some
        options)
+  + make the Raid1 resource agent more mdadm friendly (Ranjan Gupta), and
+       other fix
   + Various small resource agent cleanups
   + Keep CCM from core dumping when certain conditions occur which
        cannot be recovered from.
-  + Completely restructured the CRM transition code.
-  + Numerous related CRM fixes.
   + Revamp the CRM shutdown code - it now shuts down much more
        reliably
   + Write out the CIB asynchronously
@@ -94,10 +94,25 @@
        associated with clone resources
   + Bug 1084: Nodes that are offline but have active resources listed need
        to be marked as unclean for possible fencing
-  + make the Raid1 resource agent more mdadm friendly (Ranjan Gupta), and
-       other fix
   + fix for a crash where the CRM referenced a NULL pointer.
-
+  + CIB Development
+    - Change the shutdown sequence to prevent updates being lost
+    - Handle un-wrapped CIB updates
+  + TEngine Development
+    - moved the core components into a library
+    - Avoid recursion by using Gmainloop
+    - Detect un-runnable sections of the graph without the need for timeouts
+    - Link the new library with the PE testing code and simulate the 
transitions
+      it generates
+  + CRM General
+   - Refine shutdown detection
+   - Review and fix the contents and timing of CIB updates that are required
+     when nodes appear, leave, and join the CRM.
+   - Ask Heartbeat for a list of known nodes and use it to populate the <nodes>
+     section in the CIB
+   - Stop the CRM shutting down all active resources at exit - it doesn't know
+     if they're managed or not
+   - Completely overhaul the CRM shutdown sequence
 
 * Fri Feb 10 2006  Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
 + Version 2.0.3 - Bug fixes and significant new features.




------------------------------

_______________________________________________
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 101
*********************************************

Reply via email to