From fc6b11cdd3abaf0ba9e1fb2cc48edc892021590a Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Thu, 3 Oct 2013 17:20:04 -0400 Subject: [PATCH] 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 --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] || -- 1.8.3.1