The first argument of _scratch_mkfs_sized() should be file system size in bytes, so '100m' is not a valid number, and the 'expr' expression in _scratch_mkfs_sized() complains 'non-numeric argument' about it. Signed-off-by: Eryu Guan <guaneryu@xxxxxxxxx> --- 083 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/083 b/083 index 441284e..e0670b9 100755 --- a/083 +++ b/083 @@ -91,7 +91,7 @@ workout() echo "*** test out-of-space handling for random write operations" -filesize=100m +filesize=`expr 100 \* 1024 \* 1024` agcount=6 numprocs=15 numops=1500 -- 1.7.7.1 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs