From: Andreas Dilger Date: Thu, 5 Sep 2024 02:35:30 +0000 (-0600) Subject: LU-17567 tests: skip sanity/27T for older OSTs X-Git-Tag: 2.15.91~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ccaff8d3c0;p=fs%2Flustre-release.git LU-17567 tests: skip sanity/27T for older OSTs Skip sanity test_27T for OSTs < 2.14.57.71 since the test depends on changes made to the OST code on the server. Test-Parameters: trivial testlist=sanity env=ONLY=27T serverversion=2.14 Fixes: 73d5ee7033 ("LU-15459 llite: clear async errors on write commit sync") Signed-off-by: Andreas Dilger Change-Id: I15dad430c52a351e21cf85511e2c55de07740087 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56261 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Vladimir Saveliev Reviewed-by: Andrew Perepechko Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 556bc23..edc57f6 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3528,6 +3528,8 @@ test_27R() { run_test 27R "test max_stripecount limitation when stripe count is set to -1" test_27T() { + (( $OST1_VERSION >= $(version_code 2.14.57.71) )) || + skip "need ost1 >= v2_14_57-71-g73d5ee7033 for ENOSPC fix" [ $(facet_host client) == $(facet_host ost1) ] && skip "need ost1 and client on different nodes"