Difference between revisions of "Extend LVM on qcow2 images"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 +
[[Category:Virtualization]]

Revision as of 09:37, 2 January 2020


  • qemu-img resize c845ba080f2326a51c53965af1ac6c18 +3G
  • Modify partition with: fdisk /dev/vdX + Reboot
  • pvresize /dev/vdX# (Expand a PV after enlarging the partition)
  • lvextend -L +1.8G /dev/mapper/VolGroup-lv_root
  • resize2fs /dev/mapper/VolGroup-lv_root


See also

Advertising: