-
Notifications
You must be signed in to change notification settings - Fork 11
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
NotImplementedError: lzc_get_props ?? #33
Comments
I don't think this repo is still maintained, unfortunately. |
Yes, indeed. |
@avg-I Do you think it's a good idea to file an issue explaining this project is no longer maintained and points people to the new location? I think this is the best we can do given no one has write access to this repo any-more. |
That a shame. What is the project replacing this one in zfs on Linux?
…On Thu, Sep 12, 2019, 7:14 PM yihuaf, ***@***.***> wrote:
@avg-I <https://github.com/avg-I> Do you think it's a good idea to file
an issue explaining this project is no longer maintained and points people
to the new location? I think this is the best we can do given no one has
write access to this repo any-more.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33?email_source=notifications&email_token=AAHA5IZ2AXKJG7RR7ISGNHDQJLENTA5CNFSM4IVISFF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6TQXSA#issuecomment-531041224>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHA5I4HNOJJD7J5OJJ5DCLQJLENTANCNFSM4IVISFFQ>
.
|
@yihuaf, I think that that is a good idea. @ikus060, the code is here: https://github.com/zfsonlinux/zfs/tree/master/contrib/pyzfs |
#34 Filed |
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:
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.The text was updated successfully, but these errors were encountered: