From: Wei Liu Date: Tue, 7 Feb 2023 21:25:53 +0000 (-0800) Subject: LU-9341 tests: skip interop sanity test_27U X-Git-Tag: 2.15.55~103 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1ee5d4021a7123d43465b0db8cf2114944b4a980;p=fs%2Flustre-release.git LU-9341 tests: skip interop sanity test_27U Skip sanity test_27U for MDS less than 2.15.51 append pool was added by LU-9341 and test_27U was added by LU-15727 Fixes: e2ac6e1eaa ("LU-9341 lod: Add special O_APPEND striping") Fixes: 0396310692 ("LU-15727 lod: honor append_pool with default composite layouts") Test-Parameters: trivial testlist=sanity env=ONLY=27U serverversion=2.14.0 Change-Id: I5c9d2ebf4e1e660fa60d845c9894409f0e96e01f Signed-off-by: Wei Liu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49935 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Alex Deiter Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 5bf6e5a..7cdee60 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3439,9 +3439,8 @@ test_27U() { local stripe_count2 local mdts=$(comma_list $(mdts_nodes)) - # FIMXE - # (( $MDS1_VERSION >= $(version_code 2.15.42) )) || - # skip "Need MDS version at least 2.15.42" + (( $MDS1_VERSION >= $(version_code 2.15.51) )) || + skip "Need MDS version at least 2.15.51 for append pool feature" # Validate existing append_* params and ensure restore pool=$(do_facet mds1 $LCTL get_param -n mdd.$FSNAME-MDT0000.append_pool)