From: Nathan Scott Date: Mon, 14 Feb 2005 13:54:04 +0000 (+0000) Subject: Ensure we do not oversubscribe freespace for AIO stress test (take 2). X-Git-Tag: v1.1.0~745 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=fd3daffb57a72fab27b53d1d050083821e092632;hp=1806d32a46c85a9e4cbf06e5d95f36a1800ccea3 Ensure we do not oversubscribe freespace for AIO stress test (take 2). Merge of master-melb:xfs-cmds:21493a by kenmcd. --- diff --git a/113 b/113 index c847733b..78aecc46 100755 --- a/113 +++ b/113 @@ -105,12 +105,12 @@ procs=20 _check_test_fs # the default -_do_test 1 "-I120m" $count 1 +_do_test 1 "-s 120m" $count 1 # and the default with multiprocess -_do_test 2 "-I10m" $count $procs +_do_test 2 "-s 10m" $count $procs # as above, but now using direct IO -_do_test 3 "-I10m -O" $count $procs +_do_test 3 "-s 10m -O" $count $procs exit