From 445fec8d1c8ea84040d4e41ae2f7bf9c955a5ffe Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Tue, 8 Oct 2024 22:27:45 -0700 Subject: [PATCH] LU-18331 tests: skip sanityn/33e for older MDS Skip sanityn test 33e for MDS < 2.15.56.127 since the test depends on changes made to the MDS code on the server. Test-Parameters: trivial testlist=sanityn env=ONLY=33e serverversion=2.15.5 Change-Id: I278af93165e928c03436489d90d72a766f27bdd7 Fixes: 2a78a9e2cd ("LU-15527 dne: refactor commit-on-sharing for DNE") Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56622 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Li Xi Reviewed-by: Oleg Drokin --- lustre/tests/sanityn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 3daec5a..7315971 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -1593,6 +1593,8 @@ test_33e() { (( MDSCOUNT > 1 )) || skip "needs >= 2 MDTs" (( MDS1_VERSION >= $(version_code 2.7.63) )) || skip "DNE CoS not supported" + (( MDS1_VERSION >= $(version_code 2.15.56.127) )) || + skip "need MDS >= v2_15_56-127-g2a78a9e2cda1 for CoS fix" $LFS mkdir -i 0 $DIR/$tdir $LFS mkdir -i 0 $DIR/$tdir/d1 -- 1.8.3.1