From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcOST-0006Dp-TK for qemu-devel@nongnu.org; Wed, 25 Feb 2009 13:26:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcOSS-0006Ak-49 for qemu-devel@nongnu.org; Wed, 25 Feb 2009 13:26:13 -0500 Received: from [199.232.76.173] (port=40657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcOSR-0006AR-Th for qemu-devel@nongnu.org; Wed, 25 Feb 2009 13:26:11 -0500 Received: from qw-out-1920.google.com ([74.125.92.146]:55976) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcOSR-0005NM-Lx for qemu-devel@nongnu.org; Wed, 25 Feb 2009 13:26:11 -0500 Received: by qw-out-1920.google.com with SMTP id 4so133078qwk.4 for ; Wed, 25 Feb 2009 10:26:11 -0800 (PST) Message-ID: <49A58D40.4070907@codemonkey.ws> Date: Wed, 25 Feb 2009 12:26:08 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [6388] Stop VM on ENOSPC error. References: <49A577FD.60701@codemonkey.ws> <49A57BB3.1070502@redhat.com> In-Reply-To: <49A57BB3.1070502@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Avi Kivity , Gleb Natapov Avi Kivity wrote: > Anthony Liguori wrote: >> >> I recently got burnt by the default being "report". I was doing an >> installation and ran out of disk space. The guest did not do >> anything intelligible with the error reports and froze very hard (as >> you'd expect). >> > > I've been burned multiple times (before the patch went in, by the > previous corrupt-me-disk behaviour). :-) I'm curious, has "report" ever saved you? My guest went completely fubar. Have you ever run into a disk error that wasn't ENOSPC? Regards, Anthony Liguori >> Any objection to changing to default to enospc? > > I'll object to any objection! >