/
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"
, multiple selections available,
Related content
ZFS test script
ZFS test script
More like this
Running zfs tests
Running zfs tests
More like this
IOSTAT script for ZFS tests
IOSTAT script for ZFS tests
More like this
How to run ZFS tests on VM environment
How to run ZFS tests on VM environment
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
zfs test 2.0.3.16 KVM
zfs test 2.0.3.16 KVM
More like this