[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH] blockjob: expose error string via query
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [PATCH] blockjob: expose error string via query |
Date: |
Wed, 9 May 2018 11:14:57 +0200 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
Am 09.05.2018 um 01:36 hat John Snow geschrieben:
> When we've reached the concluded state, we need to expose the error
> state if applicable. Add the new field.
>
> This should be sufficient for determining if a job completed
> successfully or not after concluding; if we want to discriminate
> based on how it failed more mechanically, we can always add an
> explicit return code enumeration later.
>
> I didn't bother to make it only show up if we are in the concluded
> state; I don't think it's necessary.
>
> Signed-off-by: John Snow <address@hidden>
Thanks, applied to the block branch.
Kevin