Whamcloud - gitweb
LU-3369 scrub: skip test_1a for old 2.x (x <= 3) release
[fs/lustre-release.git] / lustre / tests / sanity-scrub.sh
index ba0ca9a..9d12686 100644 (file)
@@ -35,6 +35,9 @@ check_and_setup_lustre
        skip "Need MDS version at least 2.2.90" && check_and_cleanup_lustre &&
        exit 0
 
+[[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.90) ]] &&
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 1a"
+
 build_test_filter
 
 MDT_DEV="${FSNAME}-MDT0000"