mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 04:07:45 +03:00
ZTS: Refactor is_shared, fix impl on FreeBSD
FreeBSD doesn't have a `share` command. It does have showmount. Split the separate platform impls out of is_shared_impl. Dispatch to the correct platform impl function from is_shared. Eliminate the use of is_shared_impl from tests. is_shared works. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10037
This commit is contained in:
@@ -127,6 +127,7 @@ export SYSTEM_FILES_FREEBSD='chflags
|
||||
rmextattr
|
||||
setextattr
|
||||
sha256
|
||||
showmount
|
||||
swapctl
|
||||
sysctl
|
||||
uncompress'
|
||||
|
||||
Reference in New Issue
Block a user