Skip to content
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

Open
ikus060 opened this issue Sep 10, 2019 · 6 comments
Open

NotImplementedError: lzc_get_props ?? #33

ikus060 opened this issue Sep 10, 2019 · 6 comments

Comments

@ikus060
Copy link

ikus060 commented Sep 10, 2019

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.

@yihuaf
Copy link

yihuaf commented Sep 12, 2019

I don't think this repo is still maintained, unfortunately.

@avg-I
Copy link
Contributor

avg-I commented Sep 12, 2019

Yes, indeed.
The code has been adopted by zfsonlinux project. All further development is happening there.
This project does not have any maintainers.
And, unfortunately, the README is not updated to point out those facts.

@yihuaf
Copy link

yihuaf commented Sep 12, 2019

@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.

@ikus060
Copy link
Author

ikus060 commented Sep 13, 2019 via email

@avg-I
Copy link
Contributor

avg-I commented Sep 13, 2019

@yihuaf, I think that that is a good idea.

@ikus060, the code is here: https://github.com/zfsonlinux/zfs/tree/master/contrib/pyzfs
I am not sure if / how it is packaged.

@yihuaf
Copy link

yihuaf commented Sep 19, 2019

#34 Filed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants