Whamcloud - gitweb
LU-13128 osc: glimpse and lock cancel race
[fs/lustre-release.git] / lustre / tests / parallel-scale.sh
index 840a8b8..b7d9a82 100644 (file)
@@ -11,7 +11,7 @@ init_logging
 # bug number for skipped test:  LU-9429
      ALWAYS_EXCEPT="            parallel_grouplock  $PARALLEL_SCALE_EXCEPT "
 
-if [ $(facet_fstype $SINGLEMDS) = zfs -o $(facet_fstype "ost1") = zfs ]; then
+if [ "$mds1_FSTYPE" = zfs -o "$ost1_FSTYPE" = zfs ]; then
        ZFSSLOW=$SLOW
        SLOW=no
 
@@ -146,10 +146,10 @@ test_write_disjoint() {
 run_test write_disjoint "write_disjoint"
 
 # Make sure to exercise the tiny write code
-test_write_disjoint() {
-    run_write_disjoint 16384
+test_write_disjoint_tiny() {
+       run_write_disjoint 16384
 }
-run_test write_disjoint "write_disjoint_tiny"
+run_test write_disjoint_tiny "write_disjoint_tiny"
 
 test_parallel_grouplock() {
     run_parallel_grouplock
@@ -181,7 +181,8 @@ test_xdd () {
 }
 run_test xdd "xdd"
 
-[ $(facet_fstype $SINGLEMDS) = zfs -o $(facet_fstype "ost1") = zfs ] &&
+# If necessary, return SLOW to its original value
+[ "$mds1_FSTYPE" = zfs -o "$ost1_FSTYPE" = zfs ] &&
        SLOW=$ZFSSLOW
 
 complete $SECONDS