]> sourceware.org Git - lvm2.git/commit
Add lvm_pv_get_property() generic function to obtain value of any pv property.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 25 Oct 2010 14:08:55 +0000 (14:08 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 25 Oct 2010 14:08:55 +0000 (14:08 +0000)
commit4e92d7c9aecc1ed9f59c1b05fdf8411db0a34545
tree60fceb1d4699086d15942cba86c2f2bf68a7d5bf
parent3c1febe0a80f346454e09a147a3fa5062550760c
Add lvm_pv_get_property() generic function to obtain value of any pv property.

Add a generic PV property function to lvm2app, similar to VG function.
Return lvm_property_value and require caller to check 'is_valid' flag
before using the value.  If 'is_valid' is not set, then lvm_errno()
should be used to obtain the specific error.
liblvm/lvm2app.h
liblvm/lvm_pv.c
This page took 0.033563 seconds and 5 git commands to generate.