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: mgmt by zhenh from
([email protected])
2. Linux-HA CVS: resources by alan from
([email protected])
3. Linux-HA CVS: crm by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 12 Jun 2006 04:37:23 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: mgmt by zhenh from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : zhenh
Host :
Project : linux-ha
Module : mgmt
Dir : linux-ha/mgmt/client
Modified Files:
haclient.py.in
Log Message:
make the tab selection sticky
------------------------------
Message: 2
Date: Mon, 12 Jun 2006 09:31:26 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : resources
Dir : linux-ha/resources/OCF
Modified Files:
IPaddr.in IPaddr2.in
Log Message:
Removed the error/info messages for incorrect parameters.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/IPaddr.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- IPaddr.in 10 Jun 2006 17:33:30 -0000 1.41
+++ IPaddr.in 12 Jun 2006 15:31:25 -0000 1.42
@@ -213,8 +213,6 @@
if
[ ! -z "$OCF_RESKEY_netmask" -a -z "$OCF_RESKEY_cidr_netmask" ]
then
- ocf_log err "Obsolete parameter netmask supplied"
- ocf_log info "Please use cidr_netmask instead."
OCF_RESKEY_cidr_netmask=$OCF_RESKEY_netmask
fi
IFCMD="$FINDIF -C $OCF_RESKEY_ip"
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/IPaddr2.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- IPaddr2.in 10 Jun 2006 17:33:30 -0000 1.19
+++ IPaddr2.in 12 Jun 2006 15:31:25 -0000 1.20
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: IPaddr2.in,v 1.19 2006/06/10 17:33:30 alan Exp $
+# $Id: IPaddr2.in,v 1.20 2006/06/12 15:31:25 alan Exp $
#
# OCF Resource Agent compliant IPaddr2 script.
#
@@ -258,8 +258,6 @@
if
[ ! -z "$OCF_RESKEY_netmask" -a -z "$OCF_RESKEY_cidr_netmask" ]
then
- ocf_log err "Obsolete parameter netmask supplied"
- ocf_log info "Please use cidr_netmask instead."
OCF_RESKEY_cidr_netmask=$OCF_RESKEY_netmask
fi
NETMASK="$OCF_RESKEY_cidr_netmask"
------------------------------
Message: 3
Date: Mon, 12 Jun 2006 10:02:30 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : crm
Dir : linux-ha/crm
Modified Files:
crm-1.0.dtd
Log Message:
Work-around bug #1287: GUI currently requires empty groups to be
allowed.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/crm-1.0.dtd,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- crm-1.0.dtd 30 May 2006 15:58:30 -0000 1.74
+++ crm-1.0.dtd 12 Jun 2006 16:02:25 -0000 1.75
@@ -85,7 +85,7 @@
on_fail (nothing|block|stop|restart|fence) #IMPLIED>
<!-- Annotated version -->
-<!ELEMENT group (meta_attributes*, instance_attributes*, primitive+)>
+<!ELEMENT group (meta_attributes*, instance_attributes*, primitive*)>
<!ATTLIST group
id CDATA #REQUIRED
description CDATA #IMPLIED
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 31, Issue 39
********************************************