You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-)
The text was updated successfully, but these errors were encountered:
In Python bindings the
bd_lvm_vgdata_free
function gets translated to.free()
method of theBlockDev.LVMVGdata
object which also has thefree
(as in free space) attribute so the free function is not available. Not sure if we can do something about this without changing thefree
member ofBDLVMVGdata
so this is probably something to be fixed in libblockdev 4.0 :-)The text was updated successfully, but these errors were encountered: