Whamcloud - gitweb
LU-8900 snapshot: simulate readonly device
[fs/lustre-release.git] / lustre / tests / parallel-scale.sh
index af4ad5d..a590d21 100644 (file)
@@ -9,7 +9,7 @@ init_test_env $@
 init_logging
 
 #              bug 20670
-ALWAYS_EXCEPT="parallel_grouplock $PARALLEL_SCALE_EXCEPT"
+ALWAYS_EXCEPT="$PARALLEL_SCALE_EXCEPT"
 
 if [ $(facet_fstype $SINGLEMDS) = zfs -o $(facet_fstype "ost1") = zfs ]; then
        ZFSSLOW=$SLOW
@@ -56,6 +56,12 @@ fi
 # write_disjoint
 [ "$SLOW" = "no" ] && wdisjoint_REP=${wdisjoint_REP:-100}
 
+# fs_test
+if [ "$SLOW" = "no" ]; then
+       fs_test_ndirs=${fs_test_ndirs:-10000}
+       fs_test_nobj=${fs_test_nobj:-2}
+fi
+
 . $LUSTRE/tests/functions.sh
 
 build_test_filter
@@ -105,6 +111,16 @@ test_iorfpp() {
 }
 run_test iorfpp "iorfpp"
 
+test_ior_mdtest_parallel_ssf() {
+       ior_mdtest_parallel "ssf"
+}
+run_test ior_mdtest_parallel_ssf "iormdtestssf"
+
+test_ior_mdtest_parallel_fpp() {
+       ior_mdtest_parallel "fpp"
+}
+run_test ior_mdtest_parallel_fpp "iormdtestfpp"
+
 test_mib() {
     run_mib
 }
@@ -135,6 +151,11 @@ test_statahead () {
 }
 run_test statahead "statahead test, multiple clients"
 
+test_fs_test () {
+       run_fs_test
+}
+run_test fs_test "fs_test"
+
 [ $(facet_fstype $SINGLEMDS) = zfs -o $(facet_fstype "ost1") = zfs ] &&
        SLOW=$ZFSSLOW