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