From 8e67a91d5df5a27f55039d3824f974408462d278 Mon Sep 17 00:00:00 2001 From: Alex Deiter Date: Tue, 15 Aug 2023 22:47:51 +0400 Subject: [PATCH] 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. Lustre-change: https://review.whamcloud.com/51949 Lustre-commit: TBD (from 7d359e4de4a0159ac0fc1d15a18e93ca24d4e360) 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/ex/lustre-release/+/51950 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity-quota.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index ea5f71d..5e26d3f 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2542,6 +2542,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" -- 1.8.3.1