CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2008-01-15 22:34:14
Modified files:
rgmanager/src/resources: fs.sh
Log message:
Fix #428346
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/fs.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.4&r2=1.17.2.5
--- cluster/rgmanager/src/resources/fs.sh 2007/05/21 15:57:29 1.17.2.4
+++ cluster/rgmanager/src/resources/fs.sh 2008/01/15 22:34:14 1.17.2.5
@@ -525,9 +525,9 @@
dev=$(real_device $1)
if [ -z "$dev" ]; then
- ocf_log err \
+ ocf_log debug \
"fs (isMounted): Could not match $1 with a real device"
- return $FAIL
+ dev=$1
fi
mp=$2
@@ -1114,9 +1114,9 @@
#
dev=$(real_device $OCF_RESKEY_device)
if [ -z "$dev" ]; then
- ocf_log err "\
+ ocf_log debug "\
stop: Could not match $OCF_RESKEY_device with a real device"
- return $FAIL
+ dev=$OCF_RESKEY_device
fi
#