diff --git a/common/xfs b/common/xfs index a1ee3847..fd04f65f 100644 --- a/common/xfs +++ b/common/xfs @@ -331,7 +331,7 @@ _check_xfs_filesystem() if [ "$type" = "xfs" ]; then if [ -n "$TEST_XFS_SCRUB" ] && [ -x "$XFS_SCRUB_PROG" ]; then - "$XFS_SCRUB_PROG" $scrubflag -vd $device >>$seqres.full + "$XFS_SCRUB_PROG" $scrubflag -v -d -n $device >>$seqres.full if [ $? -ne 0 ]; then _log_err "filesystem on $device failed scrub" ok=0