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

bd_lvm_vgdata_free conflicts with the "free" attribute of BDLVMVGdata in Python #1067

Open
vojtechtrefny opened this issue Oct 10, 2024 · 0 comments

Comments

@vojtechtrefny
Copy link
Member

In Python bindings the bd_lvm_vgdata_free function gets translated to .free() method of the BlockDev.LVMVGdata object which also has the free (as in free space) attribute so the free function is not available. Not sure if we can do something about this without changing the free member of BDLVMVGdata so this is probably something to be fixed in libblockdev 4.0 :-)

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

1 participant