From: Nathaniel Clark Date: Fri, 6 Dec 2013 21:26:59 +0000 (-0500) Subject: LU-3700 tests: skip sanity-hsm/51b for ZFS X-Git-Tag: 2.5.53~49 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=72f32e4c8d2769d1947690e59f8a7b8605b259ca;hp=18834a5554f2a5a8615f259be48bb2df9101b5a2 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 --- 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