Skip to content
New issue

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

FIO. failed with error code EAGAIN even if I set ignore_error as EAGAIN #1

Open
wangyihanlarry opened this issue Nov 27, 2024 · 0 comments

Comments

@wangyihanlarry
Copy link

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"
      },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant