Whamcloud - gitweb
LU-3700 tests: skip sanity-hsm/51b for ZFS
[fs/lustre-release.git] / lustre / tests / sanity-hsm.sh
index 69a0a36..0d43e33 100644 (file)
@@ -34,6 +34,10 @@ FAIL_ON_ERROR=false
 [ $MDSCOUNT -gt 9 ] &&
        error "script cannot handle more than 9 MDTs, please fix" && exit
 
+[ $(facet_fstype $SINGLEMDS) = "zfs" ] &&
+# bug number for skipped test:        LU-3700
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 51b"
+
 check_and_setup_lustre
 
 if [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.53) ]]; then