User Tools

Site Tools


libvirt:libvirt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
libvirt:libvirt [2016/09/15 15:57] devalibvirt:libvirt [2016/09/15 21:18] (current) deva
Line 9: Line 9:
 # Start vm # Start vm
 # Assuming lvm logical volume inside extended partition... # Assuming lvm logical volume inside extended partition...
-# fdisk -l should now show the new size. +# fdisk -l should now show the new disk size. 
-pvresize /dev/sda2 on extended partition+run parted 
 +(parted) resizepart 2 
 +16GB 
 +(parted) resizepart 5 
 +16GB 
 +(parted) quit 
 + 
 +# resize volume group
 pvresize /dev/sda5 # on lvm partition pvresize /dev/sda5 # on lvm partition
  
libvirt/libvirt.1473947870.txt.gz · Last modified: 2016/09/15 15:57 by deva