From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 27 Nov 2006 22:12:28 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources clusterfs.sh Message-ID: <20061127221228.8690.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 2006-11-27 22:12:27 Modified files: rgmanager/src/resources: clusterfs.sh Log message: Fix error reporting (#202634) 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.11&r2=1.1.2.12 --- cluster/rgmanager/src/resources/clusterfs.sh 2006/10/20 20:34:25 1.1.2.11 +++ cluster/rgmanager/src/resources/clusterfs.sh 2006/11/27 22:12:27 1.1.2.12 @@ -898,7 +898,7 @@ isAlive ${OCF_RESKEY_mountpoint} [ $? -eq $YES ] && exit 0 - ocf_log err "fs:${OCF_RESKEY_name}: Mount point is not accessible!" + ocf_log err "clusterfs:${OCF_RESKEY_name}: Mount point is not accessible!" exit $OCF_ERR_GENERIC ;; restart)