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 andrew from
([email protected])
2. Linux-HA CVS: linux-ha by alan from
([email protected])
3. Linux-HA CVS: lib by lars from ([email protected])
4. Linux-HA CVS: crm by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 24 Apr 2006 01:23:00 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
heartbeat.spec.in
Log Message:
Changelog entries for 2.0.5
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -3 -r1.170 -r1.171
--- heartbeat.spec.in 24 Apr 2006 07:06:35 -0000 1.170
+++ heartbeat.spec.in 24 Apr 2006 07:22:59 -0000 1.171
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.170 2006/04/24 07:06:35 alan Exp $
+# $Id: heartbeat.spec.in,v 1.171 2006/04/24 07:22:59 andrew Exp $
# Workaround for a change in RPM 4.1.x; needs proper fixing soon!
##%define _unpackaged_files_terminate_build 0
@@ -84,7 +84,7 @@
+ enable GUI to run with pygtk 2.4
+ significant GUI improvements and speedups
+ numerous logging improvements (generally much quieter)
- + speed up CIB processing by writing to CIB asynchronously
+ + speed up CIB processing by writing it to disk asynchronously
+ add CIB on-disk checksums
+ removed dependency on openssl
+ added "failure stickiness" to the CIB/CRM
@@ -93,14 +93,29 @@
+ fixed STONITHd memory leaks.
+ Added an OCF RA for Xen guests
+ Added email alerts to ldirectord
- + Master/slave now works
+ Improvements to the haresources2cib upgrade tool
+ Several fixes to cibadmin
- + Validate the CIB against the DTD on startup, and other times...
+ Fix some autoadd-related bugs
+ Added Chinese support to the GUI
- + Added a new (untested) daemon to replace and generalize ipfail
+ + Added a daemon to replace and generalize ipfail
+ + Limited testing only
+ Significant improvements to CIM model, including modifying things
+ + Extensive Master/slave testing and fixes
+ + Use a digest of the parameters used in an action (smaller CIB)
+ + Improved detection of "old" events that should be ignored by the PE
+ (ensures resource monitoring is active when required)
+ + Better detection of required and/or optimal behaviour in mixed
+ (and formerly mixed) clusters
+ + LRM now supports multiple concurrent monitor operations
+ + Optional startup & runtime enforcement of DTD validation
+ (Invalid changes are rejected)
+ + cibadmin tool overhauled and verified to function correctly
+ + Some depreciated CIB features now unsupported
+ + Placing nvpair objects in crm_config (must now use cluster_property_set)
+ + on_stopfail removed in favor of setting on_fail in the resource's stop
operation
+ + start_prereq removed in favor of setting prereq in the resource's start
operation
+ + Minimum required version for performing a rolling upgrade of a
+ crm yes" cluster to 2.0.5 is 2.0.4
+ Changed traditional_compression to default to NO. This new default
is not compatible in mixed clusters running version 2.0.0-2.0.2.
If you are upgrading such a cluster to >= 2.0.5, either turn on
------------------------------
Message: 2
Date: Mon, 24 Apr 2006 01:25: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:
Updated changelog
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -3 -r1.171 -r1.172
--- heartbeat.spec.in 24 Apr 2006 07:22:59 -0000 1.171
+++ heartbeat.spec.in 24 Apr 2006 07:25:18 -0000 1.172
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.171 2006/04/24 07:22:59 andrew Exp $
+# $Id: heartbeat.spec.in,v 1.172 2006/04/24 07:25:18 alan Exp $
# Workaround for a change in RPM 4.1.x; needs proper fixing soon!
##%define _unpackaged_files_terminate_build 0
@@ -118,9 +118,11 @@
crm yes" cluster to 2.0.5 is 2.0.4
+ Changed traditional_compression to default to NO. This new default
is not compatible in mixed clusters running version 2.0.0-2.0.2.
- If you are upgrading such a cluster to >= 2.0.5, either turn on
- traditional_compression in your 2.0.5 clusters, or shut down
- the whole cluster and upgrade it all at once.
+ If you are upgrading a CRM-based cluster to >= 2.0.5, you
+ have to go through 2.0.4 anyway (for other reasons), so this
+ shouldn't cause any additional difficulties.
+ Non-CRM clusters shouldn't be affected by this because only
+ CRM packets are large enough to be compressed.
* Mon Feb 27 2006 Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
+ Version 2.0.4 - Bug fix release - worth getting these updates
------------------------------
Message: 3
Date: Mon, 24 Apr 2006 04:10:05 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/plugins/stonith
Modified Files:
ipmilan_command.c
Log Message:
CID 39: Coverity thought this could dereference NULL otherwise; it's not
true, but this should make it shut up and actually be a little bit
safer.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/plugins/stonith/ipmilan_command.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ipmilan_command.c 2 Nov 2005 03:30:53 -0000 1.11
+++ ipmilan_command.c 24 Apr 2006 10:10:04 -0000 1.12
@@ -1,4 +1,4 @@
-/* $Id: ipmilan_command.c,v 1.11 2005/11/02 03:30:53 horms Exp $ */
+/* $Id: ipmilan_command.c,v 1.12 2006/04/24 10:10:04 lars Exp $ */
/*
* This program is largely based on the ipmicmd.c program that's part of
OpenIPMI package.
*
@@ -97,18 +97,15 @@
if (addr->addr_type == IPMI_SYSTEM_INTERFACE_ADDR_TYPE) {
smi_addr = (struct ipmi_system_interface_addr *) addr;
- } else if ((addr->addr_type == IPMI_IPMB_ADDR_TYPE)
- || (addr->addr_type == IPMI_IPMB_BROADCAST_ADDR_TYPE)) {
- ipmb_addr = (struct ipmi_ipmb_addr *) addr;
- }
-
- if (smi_addr) {
fprintf(stderr, "%2.2x %2.2x %2.2x %2.2x ",
addr->channel,
msg->netfn,
smi_addr->lun,
msg->cmd);
- } else {
+ } else if ((addr->addr_type == IPMI_IPMB_ADDR_TYPE)
+ || (addr->addr_type == IPMI_IPMB_BROADCAST_ADDR_TYPE)) {
+ ipmb_addr = (struct ipmi_ipmb_addr *) addr;
+
fprintf(stderr, "%2.2x %2.2x %2.2x %2.2x ",
addr->channel,
msg->netfn,
------------------------------
Message: 4
Date: Mon, 24 Apr 2006 08:29:21 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : crm
Dir : linux-ha/crm/pengine
Modified Files:
unpack.c
Log Message:
Compile-time warning about unused variable if CRM_DEPRECATED_SINCE_2_0_4
is turned off.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/unpack.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -3 -r1.189 -r1.190
--- unpack.c 22 Apr 2006 18:14:10 -0000 1.189
+++ unpack.c 24 Apr 2006 14:29:20 -0000 1.190
@@ -1,4 +1,4 @@
-/* $Id: unpack.c,v 1.189 2006/04/22 18:14:10 andrew Exp $ */
+/* $Id: unpack.c,v 1.190 2006/04/24 14:29:20 lars Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -1202,8 +1202,10 @@
const char *param_digest = NULL;
char *local_param_digest = NULL;
+#if CRM_DEPRECATED_SINCE_2_0_4
crm_data_t *params = NULL;
-
+#endif
+
const char *id = ID(xml_op);
const char *task = crm_element_value(xml_op, XML_LRM_ATTR_TASK);
action_t *action = custom_action(rsc, crm_strdup(id), task, active_node,
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 29, Issue 126
*********************************************