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 lars from
([email protected])
2. Linux-HA CVS: lib by andrew from
([email protected])
3. Linux-HA CVS: linux-ha by lars from
([email protected])
4. Linux-HA CVS: linux-ha by lars from
([email protected])
5. Linux-HA CVS: linux-ha by lars from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Aug 2006 06:10:19 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat/lib
Modified Files:
BasicSanityCheck.in
Log Message:
BSC started pingd as the wrong user.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/BasicSanityCheck.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -3 -r1.99 -r1.100
--- BasicSanityCheck.in 24 May 2006 07:48:00 -0000 1.99
+++ BasicSanityCheck.in 3 Aug 2006 12:10:18 -0000 1.100
@@ -206,7 +206,7 @@
crm yes
apiauth cibmon uid=hacluster
respawn hacluster $HBLIB/cibmon -d
- respawn hacluster $HBLIB/pingd
+ respawn root $HBLIB/pingd
!
chmod 644 $1
# conn_logd_time 60
------------------------------
Message: 2
Date: Thu, 3 Aug 2006 08:21:50 -0600 (MDT)
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/pengine
Modified Files:
complex.c
Log Message:
target_role should not affect the value of is_managed
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/crm/pengine/complex.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- complex.c 21 Jun 2006 14:48:01 -0000 1.5
+++ complex.c 3 Aug 2006 14:21:49 -0000 1.6
@@ -1,4 +1,4 @@
-/* $Id: complex.c,v 1.5 2006/06/21 14:48:01 andrew Exp $ */
+/* $Id: complex.c,v 1.6 2006/08/03 14:21:49 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -266,7 +266,6 @@
(*rsc)->meta, XML_RSC_ATTR_TARGET_ROLE);
if(value != NULL && safe_str_neq("default", value)) {
- (*rsc)->is_managed = TRUE;
(*rsc)->next_role = text2role(value);
if((*rsc)->next_role == RSC_ROLE_UNKNOWN) {
pe_config_err("%s: Unknown value for "
------------------------------
Message: 3
Date: Thu, 3 Aug 2006 09:29:04 -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:
heartbeat.spec.in
Log Message:
Update changelog.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -3 -r1.191 -r1.192
--- heartbeat.spec.in 3 Aug 2006 10:18:51 -0000 1.191
+++ heartbeat.spec.in 3 Aug 2006 15:29:03 -0000 1.192
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.191 2006/08/03 10:18:51 lars Exp $
+# $Id: heartbeat.spec.in,v 1.192 2006/08/03 15:29:03 lars Exp $
%define _unpackaged_files_terminate_build 1
%define _missing_doc_files_terminate_build 1
@@ -83,6 +83,11 @@
%changelog
* Thu Aug 03 2006 Alan Robertson <[EMAIL PROTECTED]> (see doc/AUTHORS file)
+ Version 2.0.7 - bug fix and a few enhancements release
+ + Important steps:
+ - Prior to the update, make sure all elements (instance_attributes
+ etc) in the CRM configuration have valid id attributes, or set the
+ ignore_dtd option to true. Otherwise, the new version will refuse
+ to start.
+ Enhancements:
- Improved log messages.
- ptest can now read compressed XML directly. Do not include
@@ -95,6 +100,7 @@
- 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.
+ - target_role now is only taken into account for managed resources.
- cib: Detect more cases where the nodes section needs to be
refreshed.
- More accurately determine node status. (OSDL 1369)
------------------------------
Message: 4
Date: Thu, 3 Aug 2006 09:46:05 -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
heartbeat.spec.in
Log Message:
Never versions of RPM do no longer accept the Copyright tag, but expect
it to be called License.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.80.2.31
retrieving revision 1.80.2.32
diff -u -3 -r1.80.2.31 -r1.80.2.32
--- heartbeat.spec.in 3 Aug 2006 11:12:16 -0000 1.80.2.31
+++ heartbeat.spec.in 3 Aug 2006 15:46:05 -0000 1.80.2.32
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.80.2.31 2006/08/03 11:12:16 lars Exp $
+# $Id: heartbeat.spec.in,v 1.80.2.32 2006/08/03 15:46:05 lars Exp $
# Workaround for a change in RPM 4.1.x; needs proper fixing soon!
%define _unpackaged_files_terminate_build 1
@@ -7,7 +7,7 @@
Name: @HB_PKG@
Version: @VERSION@
Release: 1
-Copyright: GPL
+License: GPL
URL: http://linux-ha.org/
Group: Utilities
Packager: Alan Robertson <[EMAIL PROTECTED]>
------------------------------
Message: 5
Date: Thu, 3 Aug 2006 09:47:40 -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
heartbeat.spec.in
Log Message:
Line breaks.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.80.2.32
retrieving revision 1.80.2.33
diff -u -3 -r1.80.2.32 -r1.80.2.33
--- heartbeat.spec.in 3 Aug 2006 15:46:05 -0000 1.80.2.32
+++ heartbeat.spec.in 3 Aug 2006 15:47:39 -0000 1.80.2.33
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.80.2.32 2006/08/03 15:46:05 lars Exp $
+# $Id: heartbeat.spec.in,v 1.80.2.33 2006/08/03 15:47:39 lars Exp $
# Workaround for a change in RPM 4.1.x; needs proper fixing soon!
%define _unpackaged_files_terminate_build 1
@@ -20,9 +20,7 @@
%package ldirectord
Summary: Monitor daemon for maintaining high availability resources
Group: Utilities
-Requires: perl, perl-libwww-perl perl-Crypt-SSLeay, ipvsadm,
-perl-HTML-Parser, perl-ldap, perl-MailTools, perl-Net-IMAP-Simple,
-perl-Net-IMAP-Simple-SSL, perl-POP3Client, perl-libnet, perl-Net-DNS
+Requires: perl, perl-libwww-perl perl-Crypt-SSLeay, ipvsadm, perl-HTML-Parser,
perl-ldap, perl-MailTools, perl-Net-IMAP-Simple, perl-Net-IMAP-Simple-SSL,
perl-POP3Client, perl-libnet, perl-Net-DNS
# perl-libwww-perl, perl-HTML-Parser, perl-ldap, perl-MailTools,
# perl-Net-IMAP-Simple, perl-Net-IMAP-Simple-SSL, perl-POP3Client,
# perl-libnet, perl-Net-DNS and ipvsadm
------------------------------
_______________________________________________
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 2
*******************************************