Howto extend lvm for a KVM guest
Howto Resize KVM lvm guest image Here is how you add 5 GB of disk space to your guest: 1a. # qemu-img create -f raw temp.img 5G 2.a # cat oldimage.img temp.img > newdiskimage.img Sometimes you don’t have enough space to create a complete new image. If thats the case you can use this 1.b…