From: Nathaniel Clark Date: Fri, 2 Nov 2012 16:00:11 +0000 (-0400) Subject: LU-1956 test: Disable test_156 for ZFS X-Git-Tag: 2.3.57~63 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=12a1b23389f091591ed78fa9cf8aa15870c39101;ds=inline 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 --- 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