Print this page
NEX-10144 zfs-tests/bin/zfstest should allow DISKS=(zvols)
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-2637 Change to zfs test
        
@@ -68,10 +68,12 @@
                 distro=delphix
         elif [[ 0 -ne $(grep -c OpenIndiana /etc/release 2>/dev/null) ]]; then
                 distro=openindiana
         elif [[ 0 -ne $(grep -c OmniOS /etc/release 2>/dev/null) ]]; then
                 distro=omnios
+        elif [[ 0 -ne $(grep -c Nexenta /etc/release 2>/dev/null) ]]; then
+                distro=nexenta
         fi
 
         [[ -n $distro ]] && echo $STF_SUITE/runfiles/$distro.run
 }