From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwVUJ-00037Q-Va for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwVUE-00085a-7A for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:45:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwVUD-00083y-UT for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:45:02 -0400 Message-ID: <5018FA98.9090708@redhat.com> Date: Wed, 01 Aug 2012 11:44:56 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1343127865-16608-1-git-send-email-pbonzini@redhat.com> <1343127865-16608-13-git-send-email-pbonzini@redhat.com> In-Reply-To: <1343127865-16608-13-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/47] block: sort BlockDeviceIoStatus errors by severity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: jcody@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 24.07.2012 13:03, schrieb Paolo Bonzini: > This does not let a "failed" (EIO) status override a "nospace" status. > When several concurrent asynchronous operations fail, management will > always observe the most severe condition. > > Signed-off-by: Paolo Bonzini As discussed in IRC, the commit message doesn't agree with the patch. Probably the patch isn't needed at all because resuming after fixing the first error will always give you the second one, and it doesn't really matter which one you fix first. Kevin