-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
node_md_* does not show RAID syncing #1874
Comments
I took a look at the mdadm details and it seems that the array is in However when I check sysfs I can see following syncing information. In fully operational state this file says
mdadm details:
|
There's a procfs PR to improve mdadm parsing. (prometheus/procfs#329) But, as @dswarbrick mentioned, we should probably add parsing for the new sysfs files. |
Thanks @dswarbrick for implementing sysfs files parsing! |
Host operating system: output of
uname -a
node_exporter version: output of
node_exporter --version
node_exporter command line flags
Excerpt from the systemd service:
Are you running node_exporter in Docker?
No.
What did you do that produced an error?
metrics:
mdstat:
What did you expect to see?
I expected to see difference between
node_md_blocks
andnode_md_blocks_synced
values. Currently values are the same although/proc/mdstat
shows syncing.I expected recovering and resync metrics set to 1:
The text was updated successfully, but these errors were encountered: