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: linux-ha by lars from
([email protected])
2. Linux-HA CVS: linux-ha by lars from
([email protected])
3. Linux-HA CVS: cts by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Aug 2006 04:18:51 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
configure.in heartbeat.spec.in
Log Message:
First changelog for 2.0.7.
Update configure version to 2.0.7.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -3 -r1.540 -r1.541
--- configure.in 27 Jul 2006 12:25:46 -0000 1.540
+++ configure.in 3 Aug 2006 10:18:51 -0000 1.541
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.540 $) dnl cvs revision
+AC_REVISION($Revision: 1.541 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -25,7 +25,7 @@
)
if test x"$HAPKGVERSION" = x; then
- HAPKGVERSION="2.0.6"
+ HAPKGVERSION="2.0.7"
fi
AM_INIT_AUTOMAKE(heartbeat, $HAPKGVERSION)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -3 -r1.190 -r1.191
--- heartbeat.spec.in 29 Jul 2006 09:55:56 -0000 1.190
+++ heartbeat.spec.in 3 Aug 2006 10:18:51 -0000 1.191
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.190 2006/07/29 09:55:56 lars Exp $
+# $Id: heartbeat.spec.in,v 1.191 2006/08/03 10:18:51 lars Exp $
%define _unpackaged_files_terminate_build 1
%define _missing_doc_files_terminate_build 1
@@ -81,6 +81,55 @@
implementing any number of interfaces.
%changelog
+* Thu Aug 03 2006 Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
++ Version 2.0.7 - bug fix and a few enhancements release
+ + Enhancements:
+ - Improved log messages.
+ - ptest can now read compressed XML directly. Do not include
+ optional actions and dependancies in ptest output by default.
+ + Bugfixes:
+ - Small fix from Serge Dubrouski <[EMAIL PROTECTED]> for one
+ annoying problem when PostgreSQL isn't installed on a box and one
+ tries to run the script.
+ - stonithd log message did not always indicate an error (OSDL 1379)
+ - Improvements and fixes for Solaris 10.
+ - pengine: Processing of pending probes; should not be treated as if
+ the resource is running or in a known state.
+ - cib: Detect more cases where the nodes section needs to be
+ refreshed.
+ - More accurately determine node status. (OSDL 1369)
+ - Filter out stop requests that would require a resource to be
+ added. (OSDL 1369)
+ - Send filtered resource "stops" as successes as to not block
+ waiting for filtered actions.
+ - By default pass the TE graph via IPC until its too large for IPC
+ to deal with, only then fall back to passing via the disk.
+ - Stopping of stonith resources can never require stonith, even if
+ the node its running on failed; prevent graph loop. (OSDL 1376)
+ - STONITH events need to inputs to start events (not stops), to
+ avoid graph loop in combination with "stop before" dependencies
+ (ie, groups).
+ - crmd: Dont stall the FSA if we try to invoke the TE after we've
+ stopped it.
+ - Always unpack the correct part of a diff operation; diffs should
+ now apply in more cases, reducing the need for full refreshs.
+ - Correctly observe --disable-snmp-subagent during build.
+ - In some states the membership is invalid and shouldn't be
+ referenced. (OSDL 1377)
+ - Fix a use-before-null-check issue in lrmd. (Coverity #48)
+ - OCF Resource Agents outside the default path were incorrectly
+ found to be not executable.
+ - ccm: hostcache and delnodecache files should not be authoritative
+ if autojoin is disabled. (OSDL 1226)
+ - With autojoin, llm_get_nodecount() can't return the real max nodes
+ anymore, this may cause memory corruption. (OSDL 1382)
+ - Fix a memory corruption in membership layer, more frequently
+ observed with larger (>5) clusters.
+ - Change the default api-auth for pingd to uid=root
+ - Dummy RA now OCF compliant.
+ - Fix pingd RA metadata to be XML compliant.
+ - Actually use RPMREL in the spec 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
------------------------------
Message: 2
Date: Thu, 3 Aug 2006 05:12:17 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
Tag: STABLE_1_2
configure.in heartbeat.spec.in
Log Message:
Prepare 1.2.5.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.235.2.44
retrieving revision 1.235.2.45
diff -u -3 -r1.235.2.44 -r1.235.2.45
--- configure.in 2 Nov 2005 05:57:10 -0000 1.235.2.44
+++ configure.in 3 Aug 2006 11:12:16 -0000 1.235.2.45
@@ -8,14 +8,14 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.235.2.44 $) dnl cvs revision
+AC_REVISION($Revision: 1.235.2.45 $) 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, 1.2.4)
+AM_INIT_AUTOMAKE(heartbeat, 1.2.5)
RPMREL=1
AC_SUBST(RPMREL)
HB_PKG=heartbeat
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.80.2.30
retrieving revision 1.80.2.31
diff -u -3 -r1.80.2.30 -r1.80.2.31
--- heartbeat.spec.in 5 Jul 2006 03:52:02 -0000 1.80.2.30
+++ heartbeat.spec.in 3 Aug 2006 11:12:16 -0000 1.80.2.31
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.80.2.30 2006/07/05 03:52:02 horms Exp $
+# $Id: heartbeat.spec.in,v 1.80.2.31 2006/08/03 11:12:16 lars Exp $
# Workaround for a change in RPM 4.1.x; needs proper fixing soon!
%define _unpackaged_files_terminate_build 1
@@ -76,6 +76,14 @@
implementing any number of interfaces.
%changelog
+* Thu Aug 03 2006 Lars Marowsky-Bree <[EMAIL PROTECTED]> (see doc/AUTHORS
file)
++ Version 1.2.5 (stable)
+ - ldirectord enhancements.
+ - Bugfixes to cl_status.
+ - Fix local Denial of Service attack during Heartbeat startup.
+ (CVE-2006-3815)
+ - Various portability enhancements.
+
* Mon Oct 31 2005 Dave Blaschke <[EMAIL PROTECTED]> (see doc/AUTHORS file)
+ Version 1.2.4 (stable)
+ Allowed heartbeat to dump cores under /var/lib/heartbeat/cores/ for debug
------------------------------
Message: 3
Date: Thu, 3 Aug 2006 05:43:11 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: cts by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : cts
Dir : linux-ha/cts
Modified Files:
CTS.py.in Makefile.am
Log Message:
Fix BSC/CTS - CTSproxy.py needs to be a script.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/CTS.py.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- CTS.py.in 4 Jul 2006 13:36:08 -0000 1.63
+++ CTS.py.in 3 Aug 2006 11:43:11 -0000 1.64
@@ -195,7 +195,7 @@
If the call fail, lastrc == 1 and return the reason (string)
'''
encode_args = binascii.b2a_base64(pickle.dumps(args))
- encode_cmd =
string.join(["@libdir@/heartbeat/cts/CTSproxy.py",module,func,encode_args])
+ encode_cmd =
string.join(["@hb_libdir@/cts/CTSproxy.py",module,func,encode_args])
#print "%s: %s.%s %s" % (node, module, func, repr(args))
result = self.readlines(node, encode_cmd)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 20 Jul 2006 17:30:34 -0000 1.15
+++ Makefile.am 3 Aug 2006 11:43:11 -0000 1.16
@@ -19,27 +19,25 @@
#
MAINTAINERCLEANFILES = Makefile.in
-harddir = $(libdir)/heartbeat/cts
+ctsdir = @hb_libdir@/cts
-hard_PYTHON = \
+cts_PYTHON = \
CM_fs.py \
CM_hb.py \
CM_LinuxHAv2.py \
CTS.py \
CTSaudits.py \
CTSlab.py \
- CTSproxy.py \
CTStests.py \
extracttests.py \
OCFIPraTest.py \
CIB.py
-hard_DATA = README
-
-ocfdir = $(libdir)/heartbeat/cts
-ocf_SCRIPTS = OCFMSDummy
+cts_DATA = README
-lsbdir = $(libdir)/heartbeat/cts
-lsb_SCRIPTS = LSBDummy
+cts_SCRIPTS = \
+ CTSproxy.py \
+ OCFMSDummy \
+ LSBDummy
-all-local: $(hard_PYTHON)
+all-local: $(cts_PYTHON)
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 33, Issue 1
*******************************************