From: Alex Zhuravlev Date: Sun, 27 Jan 2019 05:15:25 +0000 (+0300) Subject: LU-11889 tests: disable sanity/156 for ZFS OST X-Git-Tag: 2.12.51~22 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=42c4dab3c817f9f03efe457fd33e946ed68fab14 LU-11889 tests: disable sanity/156 for ZFS OST disable sanity/156 with ZFS OST as osd-zfs doesn't maintain cache hit/miss stats yet. Test-Parameters: trivial Change-Id: I34eac3dcc49962ead0c0d6b17d8d605036872f4f Signed-off-by: Alex Zhuravlev Reviewed-on: https://review.whamcloud.com/34114 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 92c01ac..c0a3eb4 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12020,8 +12020,9 @@ run_test 155h "Verify big file correctness: read cache:off write_cache:off" test_156() { [ $PARALLEL == "yes" ] && skip "skip parallel run" remote_ost_nodsh && skip "remote OST with nodsh" - [ "$ost1_FSTYPE" = "zfs" -a \ - $OST1_VERSION -lt $(version_code 2.6.93) ] && + [ $OST1_VERSION -lt $(version_code 2.6.93) ] && + skip "stats not implemented on old servers" + [ "$ost1_FSTYPE" = "zfs" ] && skip "LU-1956/LU-2261: stats not implemented on OSD ZFS" local CPAGES=3