From f3157cbd850c1786a03d2375956f695c9a0e8b0a Mon Sep 17 00:00:00 2001 From: Artem Blagodarenko Date: Wed, 18 Apr 2018 18:52:49 +0300 Subject: [PATCH 1/1] LU-10924 tests: conf-sanity test_116 server version check Patch "LU-10520 mkfs: enable extents for big MDT" adds test that check if extents are enabled with 64bit option. But Lustre FS before this patch sets ^extents opiton. So interop testing fails. This patch adds version check for MDT to conf-sanity test_116. Signed-off-by: Artem Blagodarenko Cray-bug-id: LUS-5812 Change-Id: Ia42597174944ec1627dfe0f6a7cf8149e674cecc Reviewed-on: https://review.whamcloud.com/32050 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Mike Pershin Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 93c6b0b..c8478da 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -8038,6 +8038,9 @@ test_116() { [ $(facet_fstype $SINGLEMDS) != "ldiskfs" ] && skip "ldiskfs only test" && return + [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.59) ] && + skip "Need server version at least 2.10.59" && return + stopall load_modules -- 1.8.3.1