From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 13 Feb 2007 15:52:46 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources fs.sh Message-ID: <20070213155246.27513.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: STABLE Changes by: lhh at sourceware.org 2007-02-13 15:52:45 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=STABLE&r1=1.4.2.6.4.8&r2=1.4.2.6.4.9 --- cluster/rgmanager/src/resources/fs.sh 2007/01/22 23:10:01 1.4.2.6.4.8 +++ cluster/rgmanager/src/resources/fs.sh 2007/02/13 15:52:45 1.4.2.6.4.9 @@ -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 ;; *)