From: Bruno Faccini Date: Tue, 6 Jun 2017 06:56:31 +0000 (+0200) Subject: LU-9604 tests: fix version check in sanity/test_77c X-Git-Tag: 2.10.0-RC1~16 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=82cbbdc102b16844bdf138aab840bdbbe58cb61e LU-9604 tests: fix version check in sanity/test_77c Version check had not been updated in original and upstreamed master patch version from LU-8376. Signed-off-by: Bruno Faccini Change-Id: Iaa3c042f5058006b01f71932e3ed5baa4b12999e Reviewed-on: https://review.whamcloud.com/27446 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: James Simmons Reviewed-by: Bob Glossman Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 49114e9..6922bc5 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6169,7 +6169,7 @@ test_77c() { error "dd write error: $?" fid=$($LFS path2fid $DIR/$tfile) - if [ $(lustre_version_code ost1) -ge $(version_code 2.5.42.6) ] + if [ $(lustre_version_code ost1) -ge $(version_code 2.9.57) ] then check_ost=true ost_file_prefix=$(do_facet ost1 $LCTL get_param -n debug_path)