Whamcloud - gitweb
LU-2887 tests: Reduce performance expectatiomn for zfs 48/7848/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Thu, 3 Oct 2013 21:20:04 +0000 (17:20 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 25 Oct 2013 01:28:10 +0000 (01:28 +0000)
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 <nathaniel.l.clark@intel.com>
Change-Id: I86c025e15ba67e86269344faa2ea56be0966a873
Reviewed-on: http://review.whamcloud.com/7848
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanity-quota.sh

index ba3971e..9d5230a 100644 (file)
@@ -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 ] ||