From 0eb815b2fc83b8fe299e49c320c7c68bcd6d9742 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. 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 --- 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 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" -- 1.8.3.1