diff --git a/scripts/osc_gpfs.nhc b/scripts/osc_gpfs.nhc index 42f914f..24c0818 100644 --- a/scripts/osc_gpfs.nhc +++ b/scripts/osc_gpfs.nhc @@ -152,7 +152,7 @@ function check_gpfs_verbs_status() { dbg "$MMFSADM test verbs status: \"$OUTPUT\"" if [[ "$OUTPUT" == *": started" ]]; then - continue + return 0 else MSG="$FUNCNAME: GPFS verbs is not started" fi