NAME
Linux::LVM2::LV - a class representing a LV in a Linux LVM2
SYNOPSIS
Instances of this class are usually created by Linux::LVM2::_find_vgs.
ATTRIBUTES
name
UNDOCUMENTED
vg
UNDOCUMENTED
access
UNDOCUMENTED
status
UNDOCUMENTED
intlvnum
UNDOCUMENTED
opencount
UNDOCUMENTED
lvsize
UNDOCUMENTED
leassoc
UNDOCUMENTED
lealloc
UNDOCUMENTED
allocpol
UNDOCUMENTED
rasect
UNDOCUMENTED
majornum
UNDOCUMENTED
minornum
UNDOCUMENTED
origin
UNDOCUMENTED
snap_pc
UNDOCUMENTED
move
UNDOCUMENTED
log
UNDOCUMENTED
copy_pc
UNDOCUMENTED
convert
UNDOCUMENTED
mount_point
UNDOCUMENTED
fs_type
UNDOCUMENTED
fs_options
UNDOCUMENTED
METHODS
BUILD
Invoked by Moose on construction. Sets a reference to this object in our VG.
full_path
Returns the /dev/<vg>/<lv> path to the LV.
mapper_path
Returns the /dev/mapper/.. path to the LV.
valid
Returns true if the snapshot percentage of this LV is below 100%.
NAME
Linux::LVM2::LV - Model a logical-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.