Whamcloud - gitweb
b=19151 use single-level test directory for large-scale test 3a
authorJian Yu <Jian.Yu@sun.com>
Wed, 25 Aug 2010 02:42:23 +0000 (10:42 +0800)
committerJohann Lombardi <johann.lombardi@oracle.com>
Wed, 25 Aug 2010 10:02:08 +0000 (12:02 +0200)
$tdir is a two-level directory which causes the mode setting issue
while running MPI programs. Let's use a single-level test directory
for large-scale test 3a.

i=grev
i=robert.read

lustre/tests/large-scale.sh

index 65f5d29..ddd1c28 100644 (file)
@@ -194,7 +194,7 @@ test_3a() {
     local IFree=$(inodes_available)
     [ $IFree -gt $nfiles ] || nfiles=$IFree
 
-    local dir=$DIR/$tdir
+    local dir=$DIR/d0.$TESTNAME
     mkdir -p $dir
     chmod 0777 $dir