Jakub Klama
Jakub Klama
Hi, I just spotted that issue. There was indeed a bug with missing directory entries and it's fixed now.
Thanks, but no. I will happily accept any help in establishing deployment machinery and test framework though, as well as regular pull requests. @kmoore134, the best way for you to...
There was a fork of py-libzfs running with ZoL, so it's easily portable (ZoL, like FreeBSD employs a similar opensolaris compat layer). I can make it work with ZoL and...
Hi, Yes, it's not supported as a single call at the moment. However, you can trivially implement it by leveraging ds.dependents iterator: ``` >>> import libzfs >>> z = libzfs.ZFS()...