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: resources by xunsun from
([email protected])
3. Linux-HA CVS: resources by xunsun from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 13 Nov 2005 14:46:59 -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/admin
Modified Files:
crm_resource.c
Log Message:
Fix option passing
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/admin/crm_resource.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- crm_resource.c 31 Oct 2005 09:06:51 -0000 1.8
+++ crm_resource.c 13 Nov 2005 21:46:58 -0000 1.9
@@ -1,4 +1,4 @@
-/* $Id: crm_resource.c,v 1.8 2005/10/31 09:06:51 andrew Exp $ */
+/* $Id: crm_resource.c,v 1.9 2005/11/13 21:46:58 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -376,8 +376,8 @@
{"migrate", 0, 0, 'M'},
{"un-migrate", 0, 0, 'U'},
{"resource",1, 0, 'r'},
- {"host_uname", 1, 0, 'H'},
- {"host_uuid", 1, 0, 'h'},
+ {"host-uname", 1, 0, 'H'},
+ {"host-uuid", 1, 0, 'h'},
{"set-property", 1, 0, 'p'},
{"property-value", 1, 0, 'v'},
{"resource-type", 1, 0, 't'},
------------------------------
Message: 2
Date: Sun, 13 Nov 2005 23:21:24 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by xunsun from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : xunsun
Host :
Project : linux-ha
Module : resources
Dir : linux-ha/resources/OCF
Modified Files:
Xinetd.in
Log Message:
sh portability fix
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/Xinetd.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Xinetd.in 13 Nov 2005 17:16:43 -0000 1.6
+++ Xinetd.in 14 Nov 2005 06:21:24 -0000 1.7
@@ -430,7 +430,7 @@
PIDFILE=$VARRUN/xup$service
# Make sure the OCF_RESKEY_service is a valid xinetd service name
-if ! [ -f $RCFILE ]; then
+if [ ! -f $RCFILE ]; then
ocf_log err "Service descriptor $RCFILE not found!"
exit $OCF_ERR_ARGS
fi
------------------------------
Message: 3
Date: Mon, 14 Nov 2005 00:32:05 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by xunsun from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : xunsun
Host :
Project : linux-ha
Module : resources
Dir : linux-ha/resources/heartbeat
Modified Files:
hto-mapfuncs.in
Log Message:
bug 327 -- get the rsc_type variable set
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/heartbeat/hto-mapfuncs.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- hto-mapfuncs.in 10 Nov 2005 17:18:16 -0000 1.9
+++ hto-mapfuncs.in 14 Nov 2005 07:32:04 -0000 1.10
@@ -150,6 +150,7 @@
rsc_type)
if [ ! -z "hbvarvalue" ]
then
+ rsc_type=$hbvarvalue
ocfvarname="OCF_RESOURCE_TYPE"
eval $ocfvarname=$hbvarvalue
export $ocfvarname
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 24, Issue 50
********************************************