Skip to content

Instantly share code, notes, and snippets.

@easternnl
Created April 10, 2020 10:19
Show Gist options
  • Save easternnl/f06f6f8905803ed28aa29836799d0edc to your computer and use it in GitHub Desktop.
Save easternnl/f06f6f8905803ed28aa29836799d0edc to your computer and use it in GitHub Desktop.
Howto in crease LVM partition

Resize LVM partitions

lvextend -L+5G /dev/mapper/vg_sys-lv_opt
xfs_growfs /dev/mapper/vg_sys-lv_opt
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment