We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
I using the following profile to send IO
[test_job_0] direct=1 bs=4k/5:16k/25:32k/35:64k/20:128k/15 ignore_error=EAGAIN invalidate=1 iodepth=1024 numjobs=1 rw=readwrite rwmixread=50 random_distribution=zoned:50/80:50/20 ioengine=libaio size=60G nrfiles=1 time_based runtime=10800 name=wsat_cbw
the job was failed with error code 11, why it is still fail even if I use the ignore_error=EAGAIN
{ "jobname" : "wsat_cbw", "groupid" : 0, "error" : 11, "eta" : 0, "elapsed" : 3, "job options" : { "direct" : "1", "bs" : "4k/5:16k/25:32k/35:64k/20:128k/15", "ignore_error" : "EAGAIN", "invalidate" : "1", "iodepth" : "1024", "numjobs" : "1", "rw" : "readwrite", "rwmixread" : "50", "random_distribution" : "zoned:50/80:50/20", "ioengine" : "libaio", "size" : "60G", "nrfiles" : "1", "runtime" : "10800", "name" : "wsat_cbw", "directory" : "/mnt/sdes1_1732689972", "filename_format" : "data$filenum" },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI,
I using the following profile to send IO
the job was failed with error code 11, why it is still fail even if I use the ignore_error=EAGAIN
The text was updated successfully, but these errors were encountered: