[Cluster-devel] cluster/rgmanager/src/resources clusterfs.sh

lhh at sourceware.org lhh at sourceware.org
Wed Dec 5 17:42:11 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-12-05 17:42:11

Modified files:
	rgmanager/src/resources: clusterfs.sh 

Log message:
	Preliminary GFS2 support in clusterfs.sh

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/clusterfs.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.4&r2=1.15.2.5

--- cluster/rgmanager/src/resources/clusterfs.sh	2007/11/30 19:44:34	1.15.2.4
+++ cluster/rgmanager/src/resources/clusterfs.sh	2007/12/05 17:42:11	1.15.2.5
@@ -288,7 +288,7 @@
 	[ -z "$OCF_RESKEY_fstype" ] && return $OCF_SUCCESS
 
 	case $OCF_RESKEY_fstype in
-	gfs)
+	gfs|gfs2)
 		return $OCF_SUCCESS
 		;;
 	*)
@@ -333,8 +333,13 @@
 					;;
 			esac
 			;;
+		gfs2)
+			# XXX
+			continue
+			;;
 		esac
 
+
 		ocf_log err "Option $o not supported for $OCF_RESKEY_fstype"
 		ret=$OCF_ERR_ARGS
 	done




More information about the Cluster-devel mailing list