X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-hsm.sh;h=0d43e33b53bad60642f49474dbec24222624c619;hb=72f32e4c8d2769d1947690e59f8a7b8605b259ca;hp=69a0a367ff4a92e01c30bb29178292d31f252af3;hpb=18834a5554f2a5a8615f259be48bb2df9101b5a2;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 69a0a36..0d43e33 100644 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -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