RHEL – LVM Resizing Mounted Volumes
// September 24th, 2012 // Infrastructure, Storage
pvscanlvdisplay <filesystem to grow> vgdisplay <VG Name> lvresize -L +3G <LV Name> lvdisplay <LV Name> df -k <mountpoint> resize2fs -p <LV Name> df -k <mountpoint>