From: Nathaniel Clark Date: Thu, 3 Oct 2013 21:20:04 +0000 (-0400) Subject: LU-2887 tests: Reduce performance expectatiomn for zfs X-Git-Tag: 2.5.51~74 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fc6b11cdd3abaf0ba9e1fb2cc48edc892021590a;p=fs%2Flustre-release.git LU-2887 tests: Reduce performance expectatiomn for zfs Drop ZFS Performance expectation to below observed values. This is a temporary measure until ZFS performance issues are dealt with. Signed-off-by: Nathaniel Clark Change-Id: I86c025e15ba67e86269344faa2ea56be0966a873 Reviewed-on: http://review.whamcloud.com/7848 Tested-by: Hudson Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Niu Yawei Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index ba3971e..9d5230a 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -369,7 +369,7 @@ test_quota_performance() { rate=$((size * 1024 / delta)) if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then # LU-2872 - see LU-2887 for fix - [ $rate -gt 256 ] || + [ $rate -gt 64 ] || error "SLOW IO for $TSTUSR (user): $rate KB/sec" else [ $rate -gt 1024 ] ||