From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcNiI-0004je-3q for qemu-devel@nongnu.org; Wed, 25 Feb 2009 12:38:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcNiG-0004gh-AC for qemu-devel@nongnu.org; Wed, 25 Feb 2009 12:38:29 -0500 Received: from [199.232.76.173] (port=53272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcNiF-0004gI-Nh for qemu-devel@nongnu.org; Wed, 25 Feb 2009 12:38:27 -0500 Received: from mail2.shareable.org ([80.68.89.115]:38764) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LcNiF-0005u6-9P for qemu-devel@nongnu.org; Wed, 25 Feb 2009 12:38:27 -0500 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1LcNiA-00045T-F1 for qemu-devel@nongnu.org; Wed, 25 Feb 2009 17:38:22 +0000 Date: Wed, 25 Feb 2009 17:38:22 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] [6388] Stop VM on ENOSPC error. Message-ID: <20090225173822.GB14631@shareable.org> References: <49A577FD.60701@codemonkey.ws> <20090225170422.GD8810@redhat.com> <49A57EF4.9030806@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49A57EF4.9030806@redhat.com> 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 Avi Kivity wrote: > Gleb Natapov wrote: > >>Any objection to changing to default to enospc? > >> > >Or even to stop. What guest can do with other errors anyway? > > Softtware RAID-5 in the guest should be able to recover by reading from > another stripe. These are read errors, not write errors. -- Jamie