X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fperformance-sanity.sh;h=719b68229c57745a12b9a65d65707e01a1be118c;hb=09cc4025440f7e4f9f887f4a2a9bdceef0da7689;hp=0ddcaa89a7584cb417cef01b11330bb4d06daf01;hpb=dee5f24114531ec34fc56ce2826ada9e5690aabc;p=fs%2Flustre-release.git diff --git a/lustre/tests/performance-sanity.sh b/lustre/tests/performance-sanity.sh index 0ddcaa8..719b682 100644 --- a/lustre/tests/performance-sanity.sh +++ b/lustre/tests/performance-sanity.sh @@ -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 }