NAME
Linux::LVM2::VG - a class representing an VG in a Linux LVM2
SYNOPSIS
Instances of this class are usually create by Linux::LVM2::_find_vgs.
DESCRIPTION
This clas models a volume-group inside a Linux LVM2 setup.
ATTRIBUTES
parent
Our parent node, must be an instance of Linux::LVM2
name
The name of this VG.
access
UNDOCUMENTED
status
UNDOCUMENTED
vgid
UNDOCUMENTED
maxlvs
UNDOCUMENTED
curlvs
UNDOCUMENTED
openlvs
UNDOCUMENTED
maxlvsize
UNDOCUMENTED
maxpvs
UNDOCUMENTED
curpvs
UNDOCUMENTED
numpvs
UNDOCUMENTED
vgsize
UNDOCUMENTED
pesize
UNDOCUMENTED
totalpe
UNDOCUMENTED
allocpe
UNDOCUMENTED
freepe
UNDOCUMENTED
uuid
UNDOCUMENTED
pvs
UNDOCUMENTED
lvs
UNDOCUMENTED
METHODS
update
Synchronize the model with the underlying data structures.
NAME
Linux::LVM2::VG - Model a LVM2 volume-group.
AUTHOR
Dominik Schulz <dominik.schulz@gauner.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Dominik Schulz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.