Whamcloud - gitweb
LU-1956 test: Disable test_156 for ZFS
[fs/lustre-release.git] / lustre / tests / sanity.sh
index d015a4c..87d3026 100644 (file)
@@ -8207,6 +8207,10 @@ test_156() {
     local AFTER
     local file="$DIR/$tfile"
 
+       [ "$(facet_fstype ost1)" = "zfs" ] &&
+               skip "LU-1956/LU-2261: stats unimplemented on OSD ZFS" &&
+               return
+
     log "Turn on read and write cache"
     set_cache read on
     set_cache writethrough on