- Add additional storage to the system; physically or virtually.
Create new partition, set as type 8e (LVM), write partition table.
fdisk /dev/newdevCreate a new physical volume on the newly partitioned disk
pvcreate /dev/newDevPartExtend an existing volume group
vgextend tank /dev/newDevPartExtend the logical volume by the desired amount
lvextend -L +5G /dev/tank/varExtend the filesystem on the logical volume
xfs_growfs /var