diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem
index 9c9a664..d7bf171 100755
--- a/heartbeat/Filesystem
+++ b/heartbeat/Filesystem
@@ -755,7 +755,7 @@ Filesystem_stop()
 	else
 		# Wipe the status file, but continue with a warning if
 		# removal fails -- the file system might be read only
-		if [ -f "$STATUSFILE" ]; then
+		if [ $OCF_CHECK_LEVEL -eq 20 ]; then
 			rm -f ${STATUSFILE}
 			if [ $? -ne 0 ]; then
 				ocf_log warn "Failed to remove status file ${STATUSFILE}."
