From 72f32e4c8d2769d1947690e59f8a7b8605b259ca Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Fri, 6 Dec 2013 16:26:59 -0500 Subject: [PATCH] LU-3700 tests: skip sanity-hsm/51b for ZFS EXCEPT sanity-hsm/51b until a full fix can be found for this issue so that review-zfs can be enabled. Signed-off-by: Nathaniel Clark Change-Id: If6b7fb0d6c5ed20c8fb7ce898311f2b3d53a2916 Reviewed-on: http://review.whamcloud.com/8503 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Faccini Bruno --- lustre/tests/sanity-hsm.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 69a0a36..0d43e33 100644 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -34,6 +34,10 @@ FAIL_ON_ERROR=false [ $MDSCOUNT -gt 9 ] && error "script cannot handle more than 9 MDTs, please fix" && exit +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-3700 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 51b" + check_and_setup_lustre if [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.53) ]]; then -- 1.8.3.1