On 10 December 2015 at 17:11, Jens Axboe <ax...@kernel.dk> wrote:
> On 12/10/2015 12:01 AM, Sitsofe Wheeler wrote:
>>
>> Hi,
>>
>> Is there an option to exit all jobs but only on error? If I have a job
>> like this
>>
>> [global]
>> stonewall=1
>> verify=crc32
>> rw=write
>> [pass1]
>> bs=4k
>> [pass2]
>> bs=8k
>>
>> I want fio to stop if pass1 fails verification and for pass2 not to be
>> performed at all. I'm aware of "exitall" but using that will make fio
>> quit even if pass1 is successful.
>
>
> That doesn't exist, but we could add a exitall_on_error to have that
> behavior. Should be pretty easy to add.

That would work for me - that way it could be put in the global
section or per (stonewall) group.

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

Reply via email to