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 :-)
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 :-)