From ac3a87d9b890a24b690c50e64d56fc2612d167ca Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 19 Mar 2014 10:33:32 -0400 Subject: [PATCH] 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 --- lustre/tests/performance-sanity.sh | 3 +++ 1 file changed, 3 insertions(+) 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 } -- 1.8.3.1