Whamcloud - gitweb
LU-2059 tests: Skip insanity/10 on ZFS 16/8316/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Mon, 18 Nov 2013 13:48:14 +0000 (08:48 -0500)
committerAndreas Dilger <andreas.dilger@intel.com>
Tue, 26 Nov 2013 22:06:43 +0000 (22:06 +0000)
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 <nathaniel.l.clark@intel.com>
Change-Id: I29cec88c0f3f5eb4ffef0117363b0862f44dd61a
Reviewed-on: http://review.whamcloud.com/8316
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
lustre/tests/insanity.sh

index 96d1d96..f138c4b 100755 (executable)
@@ -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