NAME
Linux::LVM2::PV - a class representing a PV in a Linux LVM2
SYNOPSIS
Instances of this class are usually create by Linux::LVM2::_find_vgs.
DESCRIPTION
This class models a physical-volume inside a Linux LVM2 setup.
ATTRIBUTES
name
The name of this PV
vg
The VG that is using this PV
size
The size of this PV
pesize
UNDOCUMENTED
totalpe
UNDOCUMENTED
freepe
UNDOCUMENTED
allocpe
UNDOCUMENTED
uuid
UNDOCUMENTED
METHODS
BUILD
Invoked by Moose on instantiation. Sets a reference to this class in our parent VG.
NAME
Linux::LVM2::PV - Model a physical-volume.
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.