Re: [PATCH] core: Actually EIO is a fatal error

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

 



On 09/21/2012 02:13 PM, Dmitry Monakhov wrote:
> On Fri, 21 Sep 2012 14:00:18 +0200, Jens Axboe <axboe@xxxxxxxxx> wrote:
>> On 09/21/2012 01:42 PM, Dmitry Monakhov wrote:
>>> On Fri, 21 Sep 2012 13:25:37 +0200, Jens Axboe <axboe@xxxxxxxxx> wrote:
>>>> On 09/21/2012 01:04 PM, Dmitry Monakhov wrote:
>>>>> As soon as i understand this is just a mistype.
>>>>
>>>> It's not a typo. By that logic, EILSEQ is fatal too, since it is a
>>>> verification failure of read data (so might as well have been an EIO).
>>>> Fatal, in this context, means errors that fio can recover from and
>>>> continue doing work.
>>> Ohh i ment to say that both errors are fatal, but function called
>>
>> And I'm saying that NEITHER of them are fatal.
>>
>>> td_NON_fatal_error, and it result true in case of EIO or EILSEQ
>>> this result continue_on_error logic broken because 
>>> io_u.c 1440:
>>>        if (icd->error && td_non_fatal_error(icd->error) &&
>>>            (td->o.continue_on_error & td_error_type(io_u->ddir,
>>>            icd->error))) {
>>
>> Right, so if error and error is non-fatal, we continue on that error
>> unless told otherwise. It is logged and we continue on our business.
> Please dint get me wrong .... but please take a look more carefully
> 
> Original code: ((e) == EIO || (e) == EILSEQ)
> True for fatal errors, and false for non fatal ones
> But function called td_NON_fatal_error()
> And it should result opposite result
> 
> so my code: (!((e) == EIO || (e) == EILSEQ)) is equivalent of
>              (err != EIO) && (err != EILSEQ)

You keep not reading my point. EIO and EILSEQ are are not fatal errors!!
These are "expected" in the sense that we know what conditions trigger
them.

Also see the HOWTO, continue_on_error option.

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux