{{tag>[kvm qcow2 resize]}} =====KVM grow VM disk===== * Install prerequisite tools:yum install libguestfs-tools * Shutdown VM. * Grow VM image (qcow2): qemu-img resize vmcheckmk.qcow2 +10G * Start VM and use the extra space.