Whamcloud - gitweb
LU-12661 tests: skip sanity 817 if kernel version >= 4.14 59/38259/3
authorLi Dongyang <dongyangli@ddn.com>
Sat, 18 Apr 2020 08:42:06 +0000 (01:42 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 1 May 2020 04:33:11 +0000 (04:33 +0000)
commit42923270537d52d2b90c59a2db16d428b4f5a90c
tree5ad2767706a81709939d6e10f8b059bcd5da357b
parent454771e39c556ac5a4b290d2bbf603dc7f308fdf
LU-12661 tests: skip sanity 817 if kernel version >= 4.14

sanity test_817 is in the ALWAYS_EXCEPT list for aarch64,
however it's failing because the test was done on kernel-alt
which is 4.14.x, it's not related with the architecture.

On new kernels nfsd is not releasing the file after write,
it will fail with ETXTBSY regardless of whether the nfs export
is backed by a lustre mount or not.

Skip the test on new kernels for now.

This patch is back-ported from the following one:
Lustre-commit: 4fed33473ca2964ff19f61fdb8501b2210f923de
Lustre-change: https://review.whamcloud.com/36712

Test-Parameters: trivial
Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Change-Id: Ie18ceb961eee2313fca7d60a35159a7496075029
Reviewed-on: https://review.whamcloud.com/38259
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh