From a8da1802236c4270dddb8fe88251de4b86d66084 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Thu, 12 May 2022 08:12:10 -0500 Subject: [PATCH] LU-15757 test: disable sanityn test_102() for zfs sanityn test_102() on zfs causes clients to crash on umount about half the time. Disable this test until this can be sorted out. Test-Parameters: trivial testlist=sanityn fstype=zfs mdtcount=4 Signed-off-by: John L. Hammond Change-Id: If9f7c77f8c68eee88b3f050fc26c42c21828e2c9 Reviewed-on: https://review.whamcloud.com/47311 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Lai Siyao Reviewed-by: James Simmons Reviewed-by: Andreas Dilger --- lustre/tests/sanityn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index c506da5..005db53 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -29,6 +29,8 @@ if [[ $(uname -m) = ppc64 ]]; then fi if [ $mds1_FSTYPE = "zfs" ]; then + # bug number: LU-15757 (test_102() causes crash in umount later) + ALWAYS_EXCEPT+=" 102" # LU-2829 / LU-2887 - make allowances for ZFS slowness TEST33_NFILES=${TEST33_NFILES:-1000} fi -- 1.8.3.1