From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQgX6-0006G8-H4 for qemu-devel@nongnu.org; Sun, 29 May 2011 09:59:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQgX5-0003ML-Aa for qemu-devel@nongnu.org; Sun, 29 May 2011 09:59:56 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:37970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQgX5-0003MH-4Z for qemu-devel@nongnu.org; Sun, 29 May 2011 09:59:55 -0400 Received: by pvg3 with SMTP id 3so1419889pvg.4 for ; Sun, 29 May 2011 06:59:53 -0700 (PDT) MIME-Version: 1.0 Sender: hramrach@gmail.com In-Reply-To: References: <20110529104800.27755.20565.malonedeb@wampee.canonical.com> From: Michal Suchanek Date: Sun, 29 May 2011 15:59:33 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Bug 789831] [NEW] kvm locks up when out of disk space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Bug 789831 <789831@bugs.launchpad.net> On 29 May 2011 13:33, Stefan Hajnoczi wrote: > On Sun, May 29, 2011 at 11:48 AM, Michal Suchanek w= rote: >> Public bug reported: >> >> Running a VM using raw sparse disk image on kvm 0.14 on Debian. >> >> When disk writes use up all disk space kvm locks up. >> >> if it cannot handle this situation gracefully (eg suspend the VM until >> space becomes available) it should at the very least report an error and >> exit, not keep sitting there. > > Actually it should pause the VM - are you sure that KVM is "locking > up"? =C2=A0If you run with SDL the window title says "[Stopped]" and you Unfortunately, the window title is not visible at all times so even if it says [Stopped] it is not useful indication of the VM state. > can resume the VM with the "c" (continue) QEMU monitor command once > you've rectified the storage shortage. > > Are you using libvirt (virsh/virt-manager)? No. > > What makes you think that KVM is locked up? Nothing apparent happens. eg. the VM mouse cursor does not move, no messages printed in the terminal from which kvm was started. > > How much CPU is the qemu-kvm process consuming? Did not check. Thanks Michal