From: Alex Deiter Date: Wed, 12 Jul 2023 20:36:37 +0000 (+0400) Subject: LU-16341 tests: skip sanity-quota/test_1b for old MDS X-Git-Tag: 2.15.57~32 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=88bf8fbc95ff15c85979777cb595e91467357bc5;p=fs%2Flustre-release.git LU-16341 tests: skip sanity-quota/test_1b for old MDS Skip sanity-quota test_1b 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=1b Signed-off-by: Alex Deiter Change-Id: I1b1bc3fdfa8f36b0c20a9a06721735c8e02c034c Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51648 Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Tested-by: jenkins Tested-by: Maloo --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 76773d9..f9b40b4 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -741,6 +741,9 @@ test_1a() { run_test 1a "Block hard limit (normal use and out of quota)" test_1b() { + (( MDS1_VERSION >= $(version_code 2.15.55) )) || + skip "Need MDS version at least 2.15.55" + local limit=10 # MB local global_limit=20 # MB local testfile="$DIR/$tdir/$tfile-0"