Whamcloud - gitweb
LU-15552 tests: skip bad result in sanity-flr test_0d
[fs/lustre-release.git] / lustre / tests / sanity-flr.sh
index bdd29bd..03558df 100644 (file)
@@ -548,7 +548,7 @@ test_0d() {
 
        $mirror_cmd -N $tf-3 &> /dev/null
        rc=$?
-       [[ $rc == 34 ]] ||
+       (( $rc == 34 || $MDS1_VERSION < $(version_code v2_14_57-72-gf468093cb6) )) ||
                error "exceeded maximum mirror count returns $rc not ERANGE(34)"
 }
 run_test 0d "lfs mirror extend with -N option"