-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I wanned to try pyzfs to check if I could replace my "zfs" command line by pyzfs call. I've install pyzfs using pip2 install pyzfs on a system with zfs on linux.
In a python prompt:
>>> libzfs_core.lzc_get_props('tank')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/libzfs_core/_libzfs_core.py", line 721, in _f
raise NotImplementedError(func.__name__)
NotImplementedError: lzc_get_props
Could I get more explanation about this exception ? Is it some compatibility issue with zfs onlinux ? I also tried libzfs_core.lzc_create('tank/test2') and it's working. Not sure where to go from here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels