From 330c677c91576c90ae023f66f496f6e7285c5aff Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 28 May 2014 16:04:09 -0400 Subject: [PATCH] LU-4970 tests: EXCEPT sanity-lfsck/14 for ZFS Due to sanity-lfsck/14 recurrent failures, EXCEPT it until it can be better root-caused, to allow review-zfs to be enforced. Signed-off-by: Nathaniel Clark Change-Id: I7d267169fe7080c9702ccd9b8f5697fb8b63121f Reviewed-on: http://review.whamcloud.com/10473 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Emoly Liu --- lustre/tests/sanity-lfsck.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity-lfsck.sh b/lustre/tests/sanity-lfsck.sh index bb11656..638a523 100644 --- a/lustre/tests/sanity-lfsck.sh +++ b/lustre/tests/sanity-lfsck.sh @@ -44,6 +44,10 @@ setupall [[ $(lustre_version_code ost1) -lt $(version_code 2.5.55) ]] && ALWAYS_EXCEPT="$ALWAYS_EXCEPT 11 12 13 14 15 16 17 18 19" +[ $(facet_fstype $SINGLEMDS) = "zfs" ] && +# bug number for skipped test: LU-4970 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 14" + build_test_filter $LCTL set_param debug=+lfsck > /dev/null || true -- 1.8.3.1