mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
ZTS: Misc test fixes for FreeBSD
Add missing logic for FreeBSD to a few test scripts. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9994
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
verify_runnable "global"
|
||||
|
||||
if is_freebsd; then
|
||||
log_unsupported "FreeBSD has no hole punching mechanism for the time being."
|
||||
diskinfo -v $DISKS | grep -qE 'No.*# TRIM/UNMAP support' &&
|
||||
log_unsupported "DISKS do not support discard (TRIM/UNMAP)"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user