From 76afb10a76830396b1457f51eb16992da8a894a4 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Fri, 22 Dec 2017 10:21:14 -0600 Subject: [PATCH] LU-9845 test: add failmode=panic to zpool import options In test-framework.sh add failmode=panic to the zpool import options. Test-Parameters: trivial Signed-off-by: John L. Hammond Change-Id: I3b82f54034d57d99ed1f548bd3ac3736ae98d9f2 Reviewed-on: https://review.whamcloud.com/30649 Tested-by: Jenkins Reviewed-by: Nathaniel Clark Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index bb7f56c..ddcaccc 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1324,7 +1324,7 @@ destroy_zpool() { import_zpool() { local facet=$1 shift - local opts=${@:-"-o cachefile=none"} + local opts=${@:-"-o cachefile=none -o failmode=panic"} local poolname poolname=$(zpool_name $facet) -- 1.8.3.1