-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing works on FreeBSD 12.1 #29
Comments
@Peter2121 sorry for the late reply. Yes, this is something I have also noticed. The root cause is that zfs get all -r -H -p tank ZoL lists all properties of all datasets in one go this way. It's a relatively fast query. On FreeBSD's implementation of ZFS, it apparently does not work recursively. I'll have to check. The only feasible workaround that I can see is to iteratively recursively run I'll need to setup a FreeBSD test system. Maybe I can find another, more performant workaround. Besides, in the meantime, you can also check if you can make it work on the new, unified OpenZFS codebase. FreeBSD and ZoL have recently joined forces. It's part of FreeBSD 12.1 and 13.0 forward. |
Just noticed: You explicitly reported this behavior for FreeBSD 12.1. Can you please check which ZFS implementation you are using? |
OK, I understand the problem. |
@Peter2121 I am not sure yet whether or not it is too hard to support it. I just came across this recently and "by accident". I simply did not expect that this rather fundamental query would not work. It is my understanding that the underlying ZFS library does have the required capabilities, so a call to its API might do the trick. I have not had time yet to dig as deep into it as I'd liked ... |
zfs-backup.yaml :
zfs list:
The text was updated successfully, but these errors were encountered: