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: crm 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: lib by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 20 Feb 2006 10:05:01 -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/crmd
Modified Files:
control.c
Log Message:
We changed something... trigger the FSA to be invoked
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/crmd/control.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- control.c 20 Feb 2006 16:24:05 -0000 1.118
+++ control.c 20 Feb 2006 17:05:01 -0000 1.119
@@ -549,6 +549,8 @@
#endif
set_bit_inplace(fsa_input_register, R_READ_CONFIG);
+ crm_debug_3("Triggering FSA: %s", __FUNCTION__);
+ G_main_set_trigger(fsa_source);
}
/* A_READCONFIG */
------------------------------
Message: 2
Date: Mon, 20 Feb 2006 10:05:28 -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/tengine
Modified Files:
actions.c
Log Message:
Done automatically - and the timer object is NULL at this point
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/tengine/actions.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- actions.c 20 Feb 2006 16:21:51 -0000 1.14
+++ actions.c 20 Feb 2006 17:05:27 -0000 1.15
@@ -1,4 +1,4 @@
-/* $Id: actions.c,v 1.14 2006/02/20 16:21:51 andrew Exp $ */
+/* $Id: actions.c,v 1.15 2006/02/20 17:05:27 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -395,7 +395,6 @@
} else if(action->timeout > 0) {
int action_timeout = 2 * action->timeout;
crm_debug_3("Setting timer for action %s", task_uuid);
- action->timer->reason = timeout_action_warn;
if(transition_graph->transition_timeout < action_timeout) {
crm_debug("Action %d:"
" Increasing transition %d timeout to %d",
------------------------------
Message: 3
Date: Mon, 20 Feb 2006 10:22:42 -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:
Makefile.am
Log Message:
Update version numbers
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- Makefile.am 14 Feb 2006 12:07:48 -0000 1.31
+++ Makefile.am 20 Feb 2006 17:22:42 -0000 1.32
@@ -61,7 +61,7 @@
utils.c complex.c native.c stages.c \
group.c incarnation.c master.c
-libpengine_la_LDFLAGS = -version-info 1:0:0
+libpengine_la_LDFLAGS = -version-info 2:0:1
noinst_HEADERS = pe_utils.h pengine.h complex.h pe_rules.h
------------------------------
Message: 4
Date: Mon, 20 Feb 2006 10:22:42 -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/crm/cib
Modified Files:
Makefile.am
Log Message:
Update version numbers
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/crm/cib/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 1 Nov 2005 15:01:39 -0000 1.6
+++ Makefile.am 20 Feb 2006 17:22:42 -0000 1.7
@@ -45,7 +45,7 @@
libcib_la_SOURCES = cib_client.c cib_native.c cib_attrs.c \
cib_version.c
-libcib_la_LDFLAGS = -version-info 1:0:0
+libcib_la_LDFLAGS = -version-info 1:1:0
libcib_la_CFLAGS = -I$(top_builddir)
clean-generic:
------------------------------
Message: 5
Date: Mon, 20 Feb 2006 10:22:42 -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/crm/common
Modified Files:
Makefile.am
Log Message:
Update version numbers
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/crm/common/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 1 Nov 2005 15:01:37 -0000 1.3
+++ Makefile.am 20 Feb 2006 17:22:42 -0000 1.4
@@ -40,7 +40,7 @@
libcrmcommon_la_SOURCES = ipc.c msg.c utils.c xml.c ctrl.c \
iso8601.c iso8601_fields.c
-libcrmcommon_la_LDFLAGS = -version-info 1:0:0
+libcrmcommon_la_LDFLAGS = -version-info 1:1:0
clean-generic:
rm -f *.log *.debug *.xml *~
------------------------------
_______________________________________________
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 88
********************************************