]> sourceware.org Git - lvm2.git/commit
Add lvm2app interfaces to lookup a vgname from a pvid and pvname.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 19 May 2010 11:53:12 +0000 (11:53 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 19 May 2010 11:53:12 +0000 (11:53 +0000)
commit0d23926e4e513bec08d3b1d885a3ae605a1aa65d
tree6c477ab1ffae76331440e65caecf56460d7911c0
parent1a832398a7caa96faab2ccbac773cc4047c8f9c1
Add lvm2app interfaces to lookup a vgname from a pvid and pvname.

lvm2app forces applications to start with a volume group name,
open the volume group, then operate on individual pvs.  In some
cases the application may want to start with a device name rather
than the volume group name.  Today, if an application wants to
do this, it must iterate through all the volume groups to find
the volume group that the specific device is attached to.
These new interfaces allow the application to avoid such overhead.
Bump the lvm2app version number to 3.
liblvm/.exported_symbols
liblvm/lvm2app.h
liblvm/lvm_base.c
This page took 0.039336 seconds and 5 git commands to generate.