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: cts by andrew from
([email protected])
2. Linux-HA CVS: crm by andrew from
([email protected])
3. Linux-HA CVS: lib by andrew from
([email protected])
4. Linux-HA CVS: lib by andrew from
([email protected])
5. Linux-HA CVS: heartbeat by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 14 Feb 2006 05:19:26 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: cts by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : cts
Dir : linux-ha/cts
Modified Files:
CTStests.py.in
Log Message:
This is always BadNews now
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/CTStests.py.in,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -3 -r1.136 -r1.137
--- CTStests.py.in 10 Feb 2006 04:07:41 -0000 1.136
+++ CTStests.py.in 14 Feb 2006 12:19:25 -0000 1.137
@@ -315,13 +315,6 @@
# Technically we should always be able to notice ourselves stopping
patterns.append(self.CM["Pat:We_stopped"] % node)
- local_BadNews = []
- if self.CM.upcount() > 1:
- local_BadNews.append("crmd:.*Resource .* was active at shutdown");
- # Currently the CRM relies on local nodes shutting themselves down
- # when there is no DC (during SimulStopLite and often NearQuorum)
- # This prevents this from being a regular BadNews item
-
if self.CM.Env["use_logd"]:
patterns.append(self.CM["Pat:Logd_stopped"] % node)
@@ -336,9 +329,6 @@
self.CM["LogFileName"], patterns, self.CM["DeadTime"])
watch.setwatch()
- local_BadNewsWatch = CTS.LogWatcher(self.CM["LogFileName"],
local_BadNews)
- local_BadNewsWatch.setwatch()
-
if node == self.CM.OurNode:
self.incr("us")
else:
@@ -358,17 +348,6 @@
self.CM.cluster_stable(self.CM["DeadTime"])
- was_BadNews = 0
- match=local_BadNewsWatch.look(0)
- while match:
- if not re.search("LocalBadNews:", match):
- self.CM.log("LocalBadNews: %s" % (match))
- was_BadNews = 1
- match=local_BadNewsWatch.look(0)
-
- if was_BadNews:
- return self.failure("Local BadNews detected")
-
# because syslog looses so many messages we can only really fail
# the stop if _none_ of the CCM peers notice the node leave
if not watch.unmatched or self.CM.upcount() == 0:
------------------------------
Message: 2
Date: Tue, 14 Feb 2006 05:59:05 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : crm
Dir : linux-ha/crm/pengine
Modified Files:
native.c
Log Message:
Include class and type in the error message
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/native.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- native.c 14 Feb 2006 12:03:41 -0000 1.109
+++ native.c 14 Feb 2006 12:59:05 -0000 1.110
@@ -1,4 +1,4 @@
-/* $Id: native.c,v 1.109 2006/02/14 12:03:41 andrew Exp $ */
+/* $Id: native.c,v 1.110 2006/02/14 12:59:05 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -134,8 +134,8 @@
/* these are errors because hardly any gets it right
* at the moment and this way the might notice
*/
- pe_err("Resource %s is (potentially) active on %d nodes."
- " Latest: %s/%s", rsc->id,
+ pe_err("Resource %s::%s:%s is (potentially) active on %d nodes."
+ " Latest: %s/%s", class, type, rsc->id,
g_list_length(rsc->running_on),
node->details->uname, node->details->id);
cl_log(LOG_ERR, "See %s for more information.",
------------------------------
Message: 3
Date: Tue, 14 Feb 2006 08:36:00 -0700 (MST)
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/plugins/quorum
Added Files:
.cvsignore
Log Message:
CVS Ignore updates
------------------------------
Message: 4
Date: Tue, 14 Feb 2006 08:36:00 -0700 (MST)
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/plugins/tiebreaker
Added Files:
.cvsignore
Log Message:
CVS Ignore updates
------------------------------
Message: 5
Date: Tue, 14 Feb 2006 08:36:00 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat/lib
Modified Files:
.cvsignore
Log Message:
CVS Ignore updates
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- .cvsignore 28 Sep 2004 14:37:02 -0000 1.10
+++ .cvsignore 14 Feb 2006 15:36:00 -0000 1.11
@@ -13,3 +13,5 @@
*.beam
parser-messages
MISC_ERRORS
+hb_addnode
+hb_delnode
------------------------------
_______________________________________________
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 61
********************************************