mistifyio / go-zfs

Go wrappers for ZFS commands
Apache License 2.0
128 stars 66 forks source link

go-zfs.Snapshots("") returns error on freenas/freebsd FreeBSD 10.3-RELEASE. #47

Open MoritzFago opened 8 years ago

MoritzFago commented 8 years ago

code: go fmt.Println(go-zfs.Snapshots("") output: [] Output does not match what is expected on this platform

MoritzFago commented 8 years ago

solved in https://github.com/eliothedeman/go-zfs

mmlb commented 8 years ago

hey @MoritzFago I'm not able to reproduce this locally, using the freebsd/FreeBSD-10.3-RELEASE vagrant box. Are you still getting this?