mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-24 06:26:17 +01:00
support ZFS ARC on freebsd
This commit is contained in:
9
agent/zfs/zfs_unsupported.go
Normal file
9
agent/zfs/zfs_unsupported.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !linux && !freebsd
|
||||
|
||||
package zfs
|
||||
|
||||
import "errors"
|
||||
|
||||
func ARCSize() (uint64, error) {
|
||||
return 0, errors.ErrUnsupported
|
||||
}
|
||||
Reference in New Issue
Block a user