Saturday, April 8, 2017

Extending LVM partition on RHEL 7

lvextend -L +5G /dev/os_vg/logs (Considering os_vg as the volume group and logs as the logical volume)

xfs_growfs /dev/os_vg/logs

No comments: