Am 11.07.2016 um 13:40 hat Paolo Bonzini geschrieben:
>
>
> On 11/07/2016 13:22, Kevin Wolf wrote:
> >>> > > Commit implemented the 'enospc' policy as 'ignore' if the error was
> >>> > > not
> >> >
> >> > Was there supposed to be a commit id in this sentence?
> > Yes. Or well, I intended to put
On 11/07/2016 13:22, Kevin Wolf wrote:
>>> > > Commit implemented the 'enospc' policy as 'ignore' if the error was not
>> >
>> > Was there supposed to be a commit id in this sentence?
> Yes. Or well, I intended to put a commit id there, but it's really since
> live commit was first merged in 747
Commit implemented the 'enospc' policy as 'ignore' if the error was not
ENOSPC. The QAPI documentation promises that it's treated as 'stop'.
Using the common block job error handling function fixes this and also
adds the missing QMP event.
Signed-off-by: Kevin Wolf
Reviewed-by: Max Reitz
---
bl