From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 21 May 2007 15:56:48 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources clusterfs.sh f ... Message-ID: <20070521155648.3189.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-05-21 15:56:48 Modified files: rgmanager/src/resources: clusterfs.sh fs.sh netfs.sh Log message: Fix #240527 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/clusterfs.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.12&r2=1.1.2.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/fs.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.22&r2=1.4.2.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/netfs.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.3&r2=1.1.2.4 --- cluster/rgmanager/src/resources/clusterfs.sh 2006/11/27 22:12:27 1.1.2.12 +++ cluster/rgmanager/src/resources/clusterfs.sh 2007/05/21 15:56:47 1.1.2.13 @@ -768,7 +768,7 @@ ;; *) # invalid format ocf_log err \ -"startFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" +"stopFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" return $FAIL ;; esac --- cluster/rgmanager/src/resources/fs.sh 2007/05/03 15:02:47 1.4.2.22 +++ cluster/rgmanager/src/resources/fs.sh 2007/05/21 15:56:47 1.4.2.23 @@ -1103,7 +1103,7 @@ ;; *) # invalid format ocf_log err \ -"startFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" +"stopFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" return $FAIL ;; esac --- cluster/rgmanager/src/resources/netfs.sh 2005/10/17 20:25:06 1.1.2.3 +++ cluster/rgmanager/src/resources/netfs.sh 2007/05/21 15:56:47 1.1.2.4 @@ -472,7 +472,7 @@ ;; *) # invalid format ocf_log err \ -"startFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" +"stopNFSFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" return $FAIL ;; esac