Tag Archives: rhel

Resize a RHEL7 QEMU/KVM image

By | February 8, 2017

At some point my RHEL7 development virtual machine run out of space. Resizing the image is really made easy by RedHat: STEP 1: Resize the virtual machine disk [root@localhost VMs]# qemu-img resize RHEL7-clone.qcow2 50G Image resized. [root@localhost VMs]# STEP 2: Start the VM and check the disks from inside the VM Check the virtual disk:… Read More »