From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: Resize Hard Disk of VM Date: Wed, 06 Jul 2011 12:47:10 +0200 Message-ID: <4E143D2E.7080704@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Kaushal Shriyan , kvm@vger.kernel.org To: Stefan Hajnoczi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48447 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752135Ab1GFKoR (ORCPT ); Wed, 6 Jul 2011 06:44:17 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Am 06.07.2011 12:39, schrieb Stefan Hajnoczi: > On Wed, Jul 6, 2011 at 10:15 AM, Kaushal Shriyan > wrote: >> Is there a way to resize the Hard Disk of VM ? > > You can use qemu-img resize on a disk image that is currently not in use: > qemu-img resize +10G For running VMs, there is the 'block_resize' monitor command. Kevin