Whamcloud - gitweb
LU-12661 tests: skip sanity 817 if kernel version >= 4.14 12/36712/4
authorLi Dongyang <dongyangli@ddn.com>
Fri, 8 Nov 2019 00:19:32 +0000 (11:19 +1100)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Dec 2019 05:59:18 +0000 (05:59 +0000)
commit4fed33473ca2964ff19f61fdb8501b2210f923de
treeb98724086cba48c67dfbab24077a56840e7c4784
parentae21fce625ec6cd134fa4764683f00bc692132cb
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.

Test-Parameters: trivial
Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Change-Id: Ie18ceb961eee2313fca7d60a35159a7496075029
Reviewed-on: https://review.whamcloud.com/36712
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
lustre/tests/sanity.sh