I am using RHEV and I have created two virtual machines. These have too little disk space, how can I edit the disk space of these machines? I cannot find the option anywhere.
I am using RHEV and I have created two virtual machines. These have too little disk space, how can I edit the disk space of these machines? I cannot find the option anywhere.
You cannot change the VM disk sizes in the current version of RHEV, uless you're using direct attached disks. What you can do instead, is add an additional disk to the VM and stretch the available space over to it using LVM
Or you could just create a larger disk, attach it to the VM and
dd
the contents overThe Red Hat docuemntation explains how to use
virt-resize
to shrink or expand a guest disk image. If you haven't already read Red Hat's excellent documentation, you should do so now.Just for reference, RHEV 3.3 allows you to do this but it requires a reboot for the guest to pickup the block device size change.