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 lars from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 14 Jun 2006 02:11:06 -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.glade
Log Message:
improve some unclear labels
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/mgmt/client/haclient.glade,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- haclient.glade 14 Jun 2006 07:59:02 -0000 1.18
+++ haclient.glade 14 Jun 2006 08:11:05 -0000 1.19
@@ -2037,7 +2037,8 @@
<child>
<widget class="GtkLabel" id="label200">
<property name="visible">True</property>
- <property name="label" translatable="yes">Group:</property>
+ <property name="label" translatable="yes">Belong to group:
+(type for new one)</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -2325,7 +2326,7 @@
<child>
<widget class="GtkLabel" id="label159">
<property name="visible">True</property>
- <property name="label" translatable="yes">Advance
ID:</property>
+ <property name="label" translatable="yes">Clone or
Master/Slave ID:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -2585,7 +2586,7 @@
<child>
<widget class="GtkLabel" id="label158">
<property name="visible">True</property>
- <property name="label" translatable="yes">Advance:</property>
+ <property name="label" translatable="yes">If belong to a clone or
master/slave:</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
------------------------------
Message: 2
Date: Wed, 14 Jun 2006 07:48:21 -0600 (MDT)
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:
Filesystem.in
Log Message:
Patch from Dejan: NFS can be mounted several times too, so allow it to
run as a clone.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/Filesystem.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- Filesystem.in 1 Jun 2006 13:40:30 -0000 1.27
+++ Filesystem.in 14 Jun 2006 13:48:20 -0000 1.28
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: Filesystem.in,v 1.27 2006/06/01 13:40:30 lars Exp $
+# $Id: Filesystem.in,v 1.28 2006/06/14 13:48:20 lars Exp $
#
# Support: [EMAIL PROTECTED]
# License: GNU General Public License (GPL)
@@ -95,7 +95,7 @@
usage() {
cat <<-EOT
usage: $0 {start|stop|status|monitor|validate-all|meta-data}
- $Id: Filesystem.in,v 1.27 2006/06/01 13:40:30 lars Exp $
+ $Id: Filesystem.in,v 1.28 2006/06/14 13:48:20 lars Exp $
EOT
}
@@ -674,16 +674,22 @@
;;
esac
-if [ "$FSTYPE" = "ocfs2" ]; then
+case $FSTYPE in
+ ocfs2)
ocfs2_init
-else
+ ;;
+ nfs)
+ : # this is kind of safe too
+ ;;
+ *)
if [ -n "$OCF_RESKEY_CRM_meta_clone_max" ]; then
ocf_log err "DANGER! $FSTYPE on $DEVICE is NOT cluster-aware!"
ocf_log err "DO NOT RUN IT AS A CLONE!"
ocf_log err "Politely refusing to proceed to avoid data
corruption."
exit $OCF_ERR_GENERIC
fi
-fi
+ ;;
+esac
# It is possible that OCF_RESKEY_directory has one or even multiple trailing
"/".
# But the output of `mount` and /proc/mounts do not.
------------------------------
_______________________________________________
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 46
********************************************