From 964d0a5a630669307646ee8ad2400510aa86cccd Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Thu, 10 Oct 2024 23:01:40 -0700 Subject: [PATCH] LU-18322 tests: skip recovery-small/154b for older MDS Skip recovery-small test 154b for MDS < 2.15.60.2 since the test depends on changes made to the MDS code on the server. Test-Parameters: trivial testlist=recovery-small env=ONLY=154b \ serverversion=2.15.5 Change-Id: I540b943abae2c39cbb62d5403e37cd7768cb96b2 Fixes: e818052444 ("LU-17365 lod: handle llog errors gracefuly") Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56658 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Emoly Liu Reviewed-by: Mikhail Pershin Reviewed-by: Oleg Drokin --- lustre/tests/recovery-small.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 674b8e8..41da58f 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -3549,6 +3549,8 @@ test_154a() { run_test 154a "corruption update llog can be skipped" test_154b() { + (( MDS1_VERSION >= $(version_code 2.15.60.2) )) || + skip "need MDS >= v2_15_60-2-ge81805244476 for llog fix" [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" stop mds1 -- 1.8.3.1