/
UPATH script for ZFS tests
UPATH script for ZFS tests
#!/bin/sh
if [ "$1" = "-h" ] ; then
echo "Show the underlying path for a device."
exit
fi
# shellcheck disable=SC2154
echo upath="$VDEV_UPATH"
Related content
ZFS test script
ZFS test script
More like this
zfs tests 2.0.3.11-20230605-2-0+int2 VMW
zfs tests 2.0.3.11-20230605-2-0+int2 VMW
More like this
IOSTAT script for ZFS tests
IOSTAT script for ZFS tests
More like this
zfs test virtio sata 5.11 2.0.2.100
zfs test virtio sata 5.11 2.0.2.100
More like this
How to run ZFS tests on VM environment
How to run ZFS tests on VM environment
More like this
zfs test 2.0.3.15-20230829-2-0+int2 KVM
zfs test 2.0.3.15-20230829-2-0+int2 KVM
More like this