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

Traced data for RAID volume or RAID members not consistent #98

Open
jcurryaz1 opened this issue Oct 18, 2019 · 2 comments
Open

Traced data for RAID volume or RAID members not consistent #98

jcurryaz1 opened this issue Oct 18, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jcurryaz1
Copy link

Traced information from VROC or drives used in a RAID volume are not reporting io.lba correctly and the latency is appearing to be zero

A simple RAID0 volume was constructed
iotrace --start-trace --devices /dev/md126 -t 400
a fio mixed workload was started

No latency or qd was captured

Then repeat of workload but this time capture a trace of the 2 devices that were striped in the RAID volume
iotrace --start-trace --devices /dev/nvme0n1,/dev/nvme1n1 -t 400
Now some latency is shown, iodepth is same as above

In both cases, the io.lba ranges from 0 to very large numbers

Please advise of a share to post the 115M and 220M trace files and large xls. I saved the 1st 20lines of the parsed output.
parsed-md126-vroc-raid0-20lines.xlsx
parsed-2drives-vroc-raid0-20lines.xlsx

@tomaszrybicki tomaszrybicki added the bug Something isn't working label Feb 5, 2020
@tomaszrybicki
Copy link
Contributor

We know the root cause of the issue. Also this happens only when tracing the RAID volume only on RHEL/CentOS kernels.

The issue is not trivial to fix, and for now we focus on other priorities.

@tomaszrybicki
Copy link
Contributor

@jcurryaz1 Could you retest this please and also share the fio config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants