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: crm by andrew from
([email protected])
3. Linux-HA CVS: crm by andrew from
([email protected])
4. Linux-HA CVS: lib by andrew from
([email protected])
5. Linux-HA CVS: crm by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 19 Apr 2006 06:22:09 -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:
configure.in
Log Message:
Use CTS for checking basic sanity of the CRM and remove the bloody aweful
scripts that used to do the job
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -3 -r1.504 -r1.505
--- configure.in 13 Apr 2006 09:54:19 -0000 1.504
+++ configure.in 19 Apr 2006 12:22:08 -0000 1.505
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.504 $) dnl cvs revision
+AC_REVISION($Revision: 1.505 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -2533,18 +2533,6 @@
crm/tengine/Makefile \
crm/admin/Makefile \
crm/admin/crm_primitive.py \
- crm/test/Makefile \
- crm/test/helper.sh \
- crm/test/stop.sh \
- crm/test/1node.sh \
- crm/test/2node.sh \
- crm/test/2node-fail.sh \
- crm/test/2node-fence.sh \
- crm/test/2node-empty.sh \
- crm/test/3node.sh \
- crm/test/3node-rapid.sh \
- crm/test/3node-fail.sh \
- crm/test/cib_suite.sh \
debian/Makefile \
doc/Makefile \
doc/startstop \
------------------------------
Message: 2
Date: Wed, 19 Apr 2006 06:22:09 -0600 (MDT)
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
Modified Files:
Makefile.am
Log Message:
Use CTS for checking basic sanity of the CRM and remove the bloody aweful
scripts that used to do the job
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Makefile.am 10 Apr 2006 13:11:10 -0000 1.18
+++ Makefile.am 19 Apr 2006 12:22:08 -0000 1.19
@@ -18,8 +18,8 @@
MAINTAINERCLEANFILES = Makefile.in
## Subdirectories
-SUBDIRS = cib crmd pengine tengine admin test
-DIST_SUBDIRS = cib crmd pengine tengine admin test
+SUBDIRS = cib crmd pengine tengine admin
+DIST_SUBDIRS = cib crmd pengine tengine admin
dtddir = $(HA_LIBDIR)/$(HB_PKG)
crm_varlibdir = $(HA_VARLIBDIR)/$(HB_PKG)/crm
------------------------------
Message: 3
Date: Wed, 19 Apr 2006 06:22:09 -0600 (MDT)
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/test
Removed Files:
1node.sh.in 2node-empty.sh.in 2node-fail.sh.in
2node-fence.sh.in 2node.sh.in 3node-fail.sh.in
3node-rapid.sh.in 3node.sh.in Makefile.am cib_suite.sh.in
extract.logs helper.sh.in stop.sh.in testutils.pl
Log Message:
Use CTS for checking basic sanity of the CRM and remove the bloody aweful
scripts that used to do the job
------------------------------
Message: 4
Date: Wed, 19 Apr 2006 06:24:59 -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/transition
Modified Files:
graph.c
Log Message:
Logging
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/crm/transition/graph.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- graph.c 18 Mar 2006 17:23:49 -0000 1.8
+++ graph.c 19 Apr 2006 12:24:59 -0000 1.9
@@ -1,4 +1,4 @@
-/* $Id: graph.c,v 1.8 2006/03/18 17:23:49 andrew Exp $ */
+/* $Id: graph.c,v 1.9 2006/04/19 12:24:59 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -258,9 +258,9 @@
num_complete++;
} else if (synapse->executed) {
- int pending_log = LOG_DEBUG;
+ int pending_log = LOG_DEBUG_2;
if(synapse->priority > graph->abort_priority) {
- pending_log = LOG_DEBUG_2;
+ pending_log = LOG_DEBUG_3;
}
crm_log_maybe(pending_log,
"Synapse %d: confirmation pending",
------------------------------
Message: 5
Date: Wed, 19 Apr 2006 06:24:59 -0600 (MDT)
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/tengine
Modified Files:
callbacks.c utils.c
Log Message:
Logging
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/tengine/callbacks.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- callbacks.c 31 Mar 2006 12:03:05 -0000 1.73
+++ callbacks.c 19 Apr 2006 12:24:59 -0000 1.74
@@ -1,4 +1,4 @@
-/* $Id: callbacks.c,v 1.73 2006/03/31 12:03:05 andrew Exp $ */
+/* $Id: callbacks.c,v 1.74 2006/04/19 12:24:59 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -57,7 +57,7 @@
crm_err("Tried to start timer with period: %d", timeout);
} else if(timer->source_id == 0) {
- crm_debug("Starting abort timer: %dms", timeout);
+ crm_debug_2("Starting abort timer: %dms", timeout);
timer->timeout = timeout;
timer->source_id = Gmain_timeout_add(
timeout, global_timer_callback, (void*)timer);
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/tengine/utils.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- utils.c 18 Mar 2006 17:23:48 -0000 1.58
+++ utils.c 19 Apr 2006 12:24:59 -0000 1.59
@@ -1,4 +1,4 @@
-/* $Id: utils.c,v 1.58 2006/03/18 17:23:48 andrew Exp $ */
+/* $Id: utils.c,v 1.59 2006/04/19 12:24:59 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -93,7 +93,7 @@
}
if(timer->source_id != 0) {
- crm_debug("Stopping %s", timer_desc);
+ crm_debug_2("Stopping %s", timer_desc);
Gmain_timeout_remove(timer->source_id);
timer->source_id = 0;
@@ -117,10 +117,11 @@
const char *abort_text, crm_data_t *reason, const char *fn, int line)
{
int log_level = LOG_DEBUG;
+/*
if(abort_priority >= INFINITY) {
log_level = LOG_INFO;
}
-
+*/
update_abort_priority(
transition_graph, abort_priority, abort_action, abort_text);
------------------------------
_______________________________________________
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 99
********************************************