]> sourceware.org Git - lvm2.git/commit
Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag().
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 24 Feb 2010 18:16:18 +0000 (18:16 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 24 Feb 2010 18:16:18 +0000 (18:16 +0000)
commita8ab58677074d4e112e3dc3a2eb10b964a457a99
tree122940c99d5ee3759f6e81f74f38ce3c32add257
parentccc2e192a04f27f0fe5ac90f411e4480f53464be
Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag().

Add lvm2app functions to manage VG tags.
For lvm_vg_get_tags(), we return a list of tags, similar to other
functions that return lists.  An empty list is returned if there
are no VG tags.  NULL is returned if there is a problem obtaining
the list of tags.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
liblvm/.exported_symbols
liblvm/lvm2app.h
liblvm/lvm_vg.c
This page took 0.032957 seconds and 5 git commands to generate.