Whamcloud - gitweb
LU-9604 tests: fix version check in sanity/test_77c 46/27446/2
authorBruno Faccini <bruno.faccini@intel.com>
Tue, 6 Jun 2017 06:56:31 +0000 (08:56 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 16 Jun 2017 16:57:07 +0000 (16:57 +0000)
Version check had not been updated in original and
upstreamed master patch version from LU-8376.

Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
Change-Id: Iaa3c042f5058006b01f71932e3ed5baa4b12999e
Reviewed-on: https://review.whamcloud.com/27446
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/tests/sanity.sh

index 49114e9..6922bc5 100755 (executable)
@@ -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)