From b3dcb926d4b01fc7145dba956fc5b6d9fd0cccfb Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Fri, 12 Jul 2013 12:10:29 -0400 Subject: [PATCH] LU-3562 tests: EXCEPT insanity/1 on ZFS Because there's no local config on ZFS nodes, this test won't pass until LU-2059 is completed. Test-Parameters: testgroup=review-dne-zfs mdscount=4 osscount=2 clientcount=2 testlist=insanity Signed-off-by: Nathaniel Clark Change-Id: Ic43159634a81f28c9d39fdf8207dcce2612fca93 Reviewed-on: http://review.whamcloud.com/6965 Tested-by: Hudson Reviewed-by: Andreas Dilger Reviewed-by: James Nunez Tested-by: Maloo --- lustre/tests/insanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index 32701f9..96d1d96 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -173,6 +173,9 @@ run_test 0 "Fail all nodes, independently" test_1() { [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return + [ "$(facet_fstype mds2)" = "zfs" ] && + skip "LU-2059: no local config for ZFS MDTs" && return + clients_up shutdown_facet mds1 -- 1.8.3.1