]> 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)
commitfbe2b85f22fed927455d07e41328b1680d2eadeb
tree60fceb1d4699086d15942cba86c2f2bf68a7d5bf
parent377a39fcafa2d4bd71a723410822aedff5335992
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.041744 seconds and 5 git commands to generate.