mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-02 13:47:42 +03:00
fca434258a
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)