Whamcloud - gitweb
LU-4108 tests: decrease load for zfs in performance-sanity/4
[fs/lustre-release.git] / lustre / tests / performance-sanity.sh
index 0ddcaa8..719b682 100644 (file)
@@ -48,6 +48,9 @@ run_test 3 "small file create/open/delete ======"
 
 # mdsrate-create-large
 test_4() {
+    # LU-2600/LU-4108 - Decrease load on zfs
+    [ "$SLOW" = no -a $(facet_fstype $SINGLEMDS) = zfs ] &&
+       NUM_FILES=10000
     echo "Large file creation performance"
     bash mdsrate-create-large.sh
 }