]> sourceware.org Git - lvm2.git/commit
Add most relevant vg_attr fields as lvm2app 'get' functions.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 14 Sep 2009 19:43:11 +0000 (19:43 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 14 Sep 2009 19:43:11 +0000 (19:43 +0000)
commitfca434258aa399ac3bb475d27d43d4dd656a7cd7
tree41b2f7ef470c3cdce25812464405366a141ee413
parenta0b0df936bd19d94d28441397b24cfa87cea2fdb
Add most relevant vg_attr fields as lvm2app 'get' functions.

Of the vgs field vg_attr, a few of the most likely to be used attributes
are clustered, exported, and partial.  This patch adds the following 3
functions:
uint64_t lvm_vg_is_clustered(const vg_t vg)
uint64_t lvm_vg_is_exported(const vg_t vg)
uint64_t lvm_vg_is_partial(const vg_t vg)
lib/metadata/metadata-exported.h
liblvm/lvm2app.h
liblvm/lvm_vg.c
This page took 0.031389 seconds and 5 git commands to generate.