qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 12/47] block: sort BlockDeviceIoStatus errors by


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 12/47] block: sort BlockDeviceIoStatus errors by severity
Date: Wed, 01 Aug 2012 11:44:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Il 24/07/2012 13:03, Paolo Bonzini ha scritto:
> 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.

Patch dropped; Kevin noted on IRC that if you have both errors you need to
take separate actions to fix them.  So when one is fixed the requeued
request will always fail and it's not important which error is signaled
first.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]