From a89e1d8952ca1817e9625ca7e3cd9b2666717474 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Fri, 6 Apr 2012 10:24:14 -0700 Subject: [PATCH] LU-1240 iokit: fix incorrect statement in README file_count should be per thread Signed-off-by: Minh Diep Change-Id: I656d53417a529025f863622036ee51fbbfb4364b Reviewed-on: http://review.whamcloud.com/2464 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Richard Henwood Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre-iokit/mds-survey/README.mds-survey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre-iokit/mds-survey/README.mds-survey b/lustre-iokit/mds-survey/README.mds-survey index e66e166..9f59ce2 100644 --- a/lustre-iokit/mds-survey/README.mds-survey +++ b/lustre-iokit/mds-survey/README.mds-survey @@ -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 -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" -- 1.8.3.1