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: heartbeat by alan from
([email protected])
2. Linux-HA CVS: linux-ha by alan from
([email protected])
3. Linux-HA CVS: resources by alan from
([email protected])
4. Linux-HA CVS: linux-ha by alan from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 13 Jul 2006 10:23:55 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat/init.d
Modified Files:
heartbeat.in
Log Message:
Patch from Serge Dubrouski for not starting any optional components.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/init.d/heartbeat.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- heartbeat.in 14 Apr 2006 19:25:33 -0000 1.42
+++ heartbeat.in 13 Jul 2006 16:23:55 -0000 1.43
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: heartbeat.in,v 1.42 2006/04/14 19:25:33 alan Exp $
+# $Id: heartbeat.in,v 1.43 2006/07/13 16:23:55 alan Exp $
#
# heartbeat Start high-availability services
#
@@ -261,7 +261,7 @@
EchoNoNl "Starting High-Availability services: "
if
- CheckBool "`ha_parameter crm`"
+ CheckBool "`ha_parameter crm`" || [ "`ha_parameter crm`" == "manual" ]
then
: OK
else
@@ -450,6 +450,9 @@
#
#
# $Log: heartbeat.in,v $
+# Revision 1.43 2006/07/13 16:23:55 alan
+# Patch from Serge Dubrouski for not starting any optional components.
+#
# Revision 1.42 2006/04/14 19:25:33 alan
# Bug 1200: heartbeat init script should use modprobe instead of insmod
#
------------------------------
Message: 2
Date: Thu, 13 Jul 2006 10:25:32 -0600 (MDT)
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:
Put in PostgreSQL resource agent from Serge Dubrouski.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.535
retrieving revision 1.536
diff -u -3 -r1.535 -r1.536
--- configure.in 10 Jul 2006 14:25:32 -0000 1.535
+++ configure.in 13 Jul 2006 16:25:32 -0000 1.536
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.535 $) dnl cvs revision
+AC_REVISION($Revision: 1.536 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -2761,6 +2761,7 @@
resources/OCF/oralsnr \
resources/OCF/portblock \
resources/OCF/Raid1 \
+ resources/OCF/pgsql \
resources/OCF/ServeRAID \
resources/OCF/SysInfo \
resources/OCF/VIPArip \
------------------------------
Message: 3
Date: Thu, 13 Jul 2006 10:25:32 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : resources
Dir : linux-ha/resources/OCF
Modified Files:
Makefile.am
Added Files:
pgsql.in
Log Message:
Put in PostgreSQL resource agent from Serge Dubrouski.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- Makefile.am 20 Jun 2006 21:03:51 -0000 1.17
+++ Makefile.am 13 Jul 2006 16:25:32 -0000 1.18
@@ -59,6 +59,7 @@
oralsnr \
pingd \
portblock \
+ pgsql \
Raid1 \
ServeRAID \
SysInfo \
------------------------------
Message: 4
Date: Thu, 13 Jul 2006 10:32:18 -0600 (MDT)
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:
Changed date format for today.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -3 -r1.187 -r1.188
--- heartbeat.spec.in 13 Jul 2006 15:32:40 -0000 1.187
+++ heartbeat.spec.in 13 Jul 2006 16:32:18 -0000 1.188
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.187 2006/07/13 15:32:40 alan Exp $
+# $Id: heartbeat.spec.in,v 1.188 2006/07/13 16:32:18 alan Exp $
%define _unpackaged_files_terminate_build 1
%define _missing_doc_files_terminate_build 1
@@ -81,7 +81,7 @@
implementing any number of interfaces.
%changelog
-* Thu July 13 2006 Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
+* Thu Jul 13 2006 Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
+ Version 2.0.6 - bug fix and a few enhancements release
+ Added the ability to start/stop groups from the GUI
+ Fixed a few monitoring bugs in the Apache resource agent
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 32, Issue 45
********************************************