From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 13 Feb 2007 15:51:31 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources fs.sh Message-ID: <20070213155131.26341.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 ;; *)