From: Nathaniel Clark Date: Wed, 19 Mar 2014 14:33:32 +0000 (-0400) Subject: LU-4108 tests: decrease load for zfs in performance-sanity/4 X-Git-Tag: 2.5.58~79 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F9725%2F2;p=fs%2Flustre-release.git LU-4108 tests: decrease load for zfs in performance-sanity/4 Given the poor performance of metadata on ZFS (cf LU-2600), this patch decreases the number of files created (similar to what happens in perforamnce-scale.sh). Test-Parameters: mdtfilesystemtype=zfs ostfilesystemtype=zfs mdsfilesystemtype=zfs testlist=performance-sanity Signed-off-by: Nathaniel Clark Change-Id: I998c8525bf218dacad07d98ac842f4c12102cd9a Reviewed-on: http://review.whamcloud.com/9725 Tested-by: Jenkins Reviewed-by: Bob Glossman Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Alex Zhuravlev --- 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 }