From: Sergey Cheremencev Date: Mon, 3 Mar 2025 15:31:21 +0000 (+0300) Subject: LU-18765 tests: sanity-quota_91 interop check X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F58283%2F3;p=fs%2Flustre-release.git LU-18765 tests: sanity-quota_91 interop check Start sanity-qutoa_91 only when MDS version is greater or equal to v2_16_50-52-g1f9689d0f9. Fixes: 1f9689d0f9 ("LU-17770 quota: don't panic in qmt_map_lge_idx") Test-Parameters: trivial testlist=sanity-quota serverversion=2.16.1 Signed-off-by: Sergey Cheremencev Change-Id: Ie37f05e8c7b13bb9444991f89c72d20eab1cecba Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58283 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Hongchao Zhang Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index ff187f6..78704e2 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -6798,6 +6798,8 @@ run_test 90b "lfs quota should work with multiple mount points" test_91() { + (( $MDS1_VERSION >= $(version_code 2.16.50.52) )) || + skip "need MDS >= 2.16.50.52 to handle the absence OST in qmt_map_lge_idx" (( OSTCOUNT >= 2 )) || skip_env "needs >= 2 OSTs" local mds_dev=$(mdsdevname 1) local ost1_dev=$(ostdevname 1)