From: Alex Deiter Date: Tue, 15 Aug 2023 18:47:51 +0000 (+0400) Subject: LU-16341 tests: skip sanity-quota/test_14 for old MDS X-Git-Tag: 2.15.58~55 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0eb815b2fc83b8fe299e49c320c7c68bcd6d9742;p=fs%2Flustre-release.git LU-16341 tests: skip sanity-quota/test_14 for old MDS Skip sanity-quota test_14 for old MDS missing the fix for LU-16341 kernel NULL in qmt_site_recalc_cb. Fixes: d965d63415 ("LU-16341 quota: fix panic in qmt_site_recalc_cb") Test-Parameters: trivial testlist=sanity-quota env=ONLY=14 Signed-off-by: Alex Deiter Change-Id: I1a23daa06f0cd306c2b034df18617c2650945b28 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51949 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 42ae950..889a972 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2639,6 +2639,9 @@ run_test 13 "Cancel per-ID lock in the LRU list" test_14() { + (( MDS1_VERSION >= $(version_code 2.14.0.87) )) || + skip "Need MDS version at least 2.14.0.87" + local qpool="qpool1" local tfile1="$DIR/$tdir/$tfile-0"