From ca1b544f9fc953a548ddda98e0be8fa27446a8e7 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Mon, 18 Nov 2013 08:48:14 -0500 Subject: [PATCH] LU-2059 tests: Skip insanity/10 on ZFS This test fails in the same as all the other LU-2059 skipped tests, trying to start OST with MDS down causes OST to hang. Test-Parameters: osscount=2 mdscount=2 mdsfilesystemtype=zfs mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=insanity Signed-off-by: Nathaniel Clark Change-Id: I29cec88c0f3f5eb4ffef0117363b0862f44dd61a Reviewed-on: http://review.whamcloud.com/8316 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: Mike Pershin --- lustre/tests/insanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index 96d1d96..f138c4b 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -609,6 +609,9 @@ run_test 9 "Ninth Failure Mode: CLIENT/CLIENT `date`" test_10() { [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return + [ "$(facet_fstype ost1)" = "zfs" ] && + skip "LU-2059: no local config for ZFS OSTs" && return + shutdown_facet mds1 reboot_facet mds1 -- 1.8.3.1