Whamcloud - gitweb
LU-1240 iokit: fix incorrect statement in README
authorMinh Diep <mdiep@whamcloud.com>
Fri, 6 Apr 2012 17:24:14 +0000 (10:24 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 Apr 2012 20:19:12 +0000 (16:19 -0400)
file_count should be per thread

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: I656d53417a529025f863622036ee51fbbfb4364b
Reviewed-on: http://review.whamcloud.com/2464
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Reviewed-by: Richard Henwood <rhenwood@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre-iokit/mds-survey/README.mds-survey

index e66e166..9f59ce2 100644 (file)
@@ -35,7 +35,7 @@ described as followed:
 thrlo          threads to start testing. skipped if less than dir_count
 thrhi          maximum number of threads to test
 targets        MDT instance
 thrlo          threads to start testing. skipped if less than dir_count
 thrhi          maximum number of threads to test
 targets        MDT instance
-file_count     total number of files to test
+file_count     total number of files per thread to test
 dir_count      total number of directories to test
 stripe_count   number stripe on OST objects
 tests_str      test operations. Must have at least "create" and "destroy"
 dir_count      total number of directories to test
 stripe_count   number stripe on OST objects
 tests_str      test operations. Must have at least "create" and "destroy"