From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Ahern" Subject: Re: Credit-Based CPU Scheduling & Modifying VM Disk Size Date: Mon, 09 Aug 2010 21:52:38 -0600 Message-ID: <4C60CD06.7020504@cisco.com> References: <20100809215128.GC12525@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: "Daniel P. Berrange" , Michael Li Return-path: Received: from sj-iport-2.cisco.com ([171.71.176.71]:59732 "EHLO sj-iport-2.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756410Ab0HJDwi (ORCPT ); Mon, 9 Aug 2010 23:52:38 -0400 In-Reply-To: <20100809215128.GC12525@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/09/10 15:51, Daniel P. Berrange wrote: >> - Modify VM's Disk Size > > qemu-img can copy disks, resizing as it does it. For raw disks > just dd extra sace onto the end of it (with a suitable seek= param > to avoid killing your existing data :-) > > Daniel New versions of qemu-img have a 'resize' command to change the disk size. David