From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 5 Dec 2007 17:42:11 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources clusterfs.sh Message-ID: <20071205174211.6100.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: 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