Whamcloud - gitweb
LU-4961 lustre: remove liblustre.h and obd.h from userspace
[fs/lustre-release.git] / lustre / tests / replay-vbr.sh
index 0b160e3..4018a9b 100644 (file)
@@ -887,7 +887,7 @@ test_7g() {
     first="createmany -o $DIR/$tdir/$tfile- 1; mv $DIR/$tdir/$tfile-0 $DIR/$tdir/$tfile"
     lost="createmany -o $MOUNT2/$tdir/$tfile- 1"
     last="link $DIR/$tdir/$tfile-0 $DIR/$tdir/$tfile-1"
-       if [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.52) ]
+       if [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.1) ]
        then
                test_7_cycle "$first" "$lost" "$last" ||
                        error "Test 7g.3 failed"