Increasing Existing LVM Disk

Resizing LVM

  1. Increase Disk for Instance

  2. Increase Disk partition via FDISK

  3. Increase Physical Volume: pvresize /dev/xxx

  4. Increase Logical Volume: lvextend -l +100%FREE /dev/mapper/xxx

  5. Increase filesystem: resize2fs /dev/mapper/xxx

Last updated

Was this helpful?