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: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 12/47] block: sort BlockDeviceIoStatus errors by severity
Date: Wed, 01 Aug 2012 11:44:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

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 <address@hidden>

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



reply via email to

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