diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem index b4f16f17f..f7d2aa34b 100755 --- a/heartbeat/Filesystem +++ b/heartbeat/Filesystem @@ -1029,11 +1029,7 @@ Filesystem_status() rc=$OCF_NOT_RUNNING else ocf_exit_reason "Another device ($mounted_device) is already mounted on $MOUNTPOINT" - if [ "$__OCF_ACTION" = "monitor" ]; then - rc=$OCF_ERR_GENERIC - else - rc=$OCF_ERR_CONFIGURED - fi + rc=$OCF_ERR_GENERIC fi fi else