From: John L. Hammond Date: Thu, 12 May 2022 13:12:10 +0000 (-0500) Subject: LU-15757 test: disable sanityn test_102() for zfs X-Git-Tag: 2.15.51~255 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a8da1802236c4270dddb8fe88251de4b86d66084;p=fs%2Flustre-release.git 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 --- 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