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: membership by lars from
([email protected])
2. Linux-HA CVS: resources by lars from
([email protected])
3. Linux-HA CVS: linux-ha by lars from
([email protected])
4. Linux-HA CVS: linux-ha by andrew from
([email protected])
5. Linux-HA CVS: mgmt by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 17 Mar 2006 16:10:39 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: membership by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : membership
Dir : linux-ha/membership/ccm
Modified Files:
ccm_statemachine.c
Log Message:
Typo.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/membership/ccm/ccm_statemachine.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ccm_statemachine.c 13 Mar 2006 08:06:26 -0000 1.17
+++ ccm_statemachine.c 17 Mar 2006 23:10:38 -0000 1.18
@@ -1,4 +1,4 @@
-/* $Id: ccm_statemachine.c,v 1.17 2006/03/13 08:06:26 zhenh Exp $ */
+/* $Id: ccm_statemachine.c,v 1.18 2006/03/17 23:10:38 lars Exp $ */
/*
* ccm.c: Consensus Cluster Service Program
*
@@ -3855,7 +3855,7 @@
if(bornon[i].bornon==0)
bornon[i].bornon=CCM_GET_MAJORTRANS(info);
}
- ccm_debug(LOG_DEBUG,"dump current memember ship");
+ ccm_debug(LOG_DEBUG,"dump current membership");
leader = info->ccm_cluster_leader;
ccm_debug(LOG_DEBUG,"\tleader=%s"
, leader < 0 ?"none": info->llm.nodes[leader].nodename);
------------------------------
Message: 2
Date: Fri, 17 Mar 2006 17:54:55 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : resources
Dir : linux-ha/resources/OCF
Modified Files:
Makefile.am drbd.in
Added Files:
Xen.in
Log Message:
Add OCF RA for Xen guests.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- Makefile.am 10 Mar 2006 09:33:30 -0000 1.12
+++ Makefile.am 18 Mar 2006 00:54:54 -0000 1.13
@@ -60,6 +60,7 @@
ServeRAID \
WAS \
WinPopup \
+ Xen \
Xinetd
commondir = @hb_libdir@
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/drbd.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- drbd.in 10 Mar 2006 04:14:20 -0000 1.20
+++ drbd.in 18 Mar 2006 00:54:54 -0000 1.21
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: drbd.in,v 1.20 2006/03/10 04:14:20 xunsun Exp $
+# $Id: drbd.in,v 1.21 2006/03/18 00:54:54 lars Exp $
#
# OCF Resource Agent compliant drbd resource script.
#
@@ -389,11 +389,11 @@
drbd_notify() {
local n_type="$OCF_RESKEY_notify_type"
local n_op="$OCF_RESKEY_notify_operation"
- set -- $n_active_resource
+ set -- $OCF_RESKEY_notify_active_resource
local n_active="$#"
- set -- $notify_stop_resource
+ set -- $OCF_RESKEY_notify_stop_resource
local n_stop="$#"
- set -- $notify_start_resource
+ set -- $OCF_RESKEY_notify_start_resource
local n_start="$#"
ocf_log debug "$RESOURCE notify: $n_type for $n_op - counts: active
$n_active - starting $n_start - stopping $n_stop"
------------------------------
Message: 3
Date: Fri, 17 Mar 2006 17:54:55 -0700 (MST)
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:
configure.in
Log Message:
Add OCF RA for Xen guests.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -3 -r1.494 -r1.495
--- configure.in 17 Mar 2006 18:01:44 -0000 1.494
+++ configure.in 18 Mar 2006 00:54:54 -0000 1.495
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.494 $) dnl cvs revision
+AC_REVISION($Revision: 1.495 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -2660,6 +2660,7 @@
resources/OCF/ServeRAID \
resources/OCF/WAS \
resources/OCF/WinPopup \
+ resources/OCF/Xen \
resources/OCF/Xinetd \
resources/heartbeat/Makefile \
resources/heartbeat/apache \
------------------------------
Message: 4
Date: Sat, 18 Mar 2006 10:12:11 -0700 (MST)
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:
ConfigureMe
Log Message:
Find the latest installed SDK
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ConfigureMe,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ConfigureMe 9 Mar 2006 10:07:10 -0000 1.48
+++ ConfigureMe 18 Mar 2006 17:12:10 -0000 1.49
@@ -151,7 +151,10 @@
# For building universal binaries
# http://developer.apple.com/technotes/tn2005/tn2137.html
#
- export SDK_ROOT=/Developer/SDKs/MacOSX10.4u.sdk
+# latest_SDK should be MacOSX10.4u.sdk or later
+
+ export latest_SDK=`ls -1tr /Developer/SDKs | tail -n 1`
+ export SDK_ROOT=/Developer/SDKs/$latest_SDK
FLAGS="$FLAGS --disable-dependency-tracking"
CPPFLAGS="$CPPFLAGS -isysroot $SDK_ROOT"
------------------------------
Message: 5
Date: Sat, 18 Mar 2006 10:17:20 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: mgmt by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : mgmt
Dir : linux-ha/mgmt/daemon
Modified Files:
mgmt_crm.c
Log Message:
There is no reason to display *stopped* orphaned resources in the cluster
monitoring tools. One could make the argument that once the resource
is deleted it shouldn't show up at all, but I think thats going too far
(for now anyway).
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 28, Issue 38
********************************************