Whamcloud - gitweb
LU-4704 test: enable acl 974 and 2561 series test
[fs/lustre-release.git] / lustre / tests / sanity.sh
index c90d621..2e1d0b0 100644 (file)
@@ -6619,7 +6619,11 @@ test_103 () {
        fi
 
        echo "LU-2561 newly created file is same size as directory..."
-       run_acl_subtest 2561 || error "LU-2561 test failed"
+       if [ $(facet_fstype $SINGLEMDS) != "zfs" ]; then
+               run_acl_subtest 2561 || error "LU-2561 test failed"
+       else
+               run_acl_subtest 2561_zfs || error "LU-2561 zfs test failed"
+       fi
 
        cd $SAVE_PWD
        umask $SAVE_UMASK