From 12a1b23389f091591ed78fa9cf8aa15870c39101 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Fri, 2 Nov 2012 12:00:11 -0400 Subject: [PATCH] LU-1956 test: Disable test_156 for ZFS Since osd-zfs does not collect or report caching stats, do not run 156 against it. Mark test as skipped. Created LU-2261 as enhancement to add caching stats to osd-zfs. Signed-off-by: Nathaniel Clark Change-Id: Id4a0b92cc775a0751fa023d6027240e8511aa312 Reviewed-on: http://review.whamcloud.com/4448 Tested-by: Hudson Reviewed-by: Andreas Dilger Tested-by: Maloo --- lustre/tests/sanity.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index d015a4c..87d3026 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8207,6 +8207,10 @@ test_156() { local AFTER local file="$DIR/$tfile" + [ "$(facet_fstype ost1)" = "zfs" ] && + skip "LU-1956/LU-2261: stats unimplemented on OSD ZFS" && + return + log "Turn on read and write cache" set_cache read on set_cache writethrough on -- 1.8.3.1