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

lhh at sourceware.org lhh at sourceware.org
Tue Feb 13 15:51:31 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2007-02-13 15:51:30

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

Log message:
	Allow single-instance VxFS failover in the file system RA (#214935)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/fs.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.19&r2=1.4.2.20

--- cluster/rgmanager/src/resources/fs.sh	2006/12/13 18:28:41	1.4.2.19
+++ cluster/rgmanager/src/resources/fs.sh	2007/02/13 15:51:30	1.4.2.20
@@ -320,7 +320,7 @@
 	[ -z "$OCF_RESKEY_fstype" ] && return 0
 
 	case $OCF_RESKEY_fstype in
-	ext2|ext3|jfs|xfs|reiserfs|vfat|tmpfs)
+	ext2|ext3|jfs|xfs|reiserfs|vfat|tmpfs|vxfs)
 		return 0
 		;;
 	*)




More information about the Cluster-devel mailing list