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.
Asked
Active
Viewed 1,944 times
-1
-
What have you tried? have you read our FAQ, it describes what we expect of question askers. – Chopper3 Jun 10 '13 at 06:36
-
I understand your point, but my case is that I haven't been able to try anything because I haven't found a place where to try. I expected to find something like a "slider" on VM settings where storage could be resized when VM is offline, but I couldn't find. I also searched on RHEV documentation but could not find this. That is why I am asking here. – user1340582 Jun 10 '13 at 08:26
3 Answers
1
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 over

dyasny
- 18,802
- 6
- 49
- 64
0
The 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.

Michael Hampton
- 244,070
- 43
- 506
- 972
0
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.

user1174838
- 616
- 6
- 18