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

Add support for parsing /proc/mdstat #278

Open
vjt opened this issue Jul 6, 2023 · 0 comments
Open

Add support for parsing /proc/mdstat #278

vjt opened this issue Jul 6, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@vjt
Copy link

vjt commented Jul 6, 2023

The /proc/mdstat file contains the current status of linux md devices, that are software RAID implementations provided by the kernel.

The /proc/mdstat file is produced by this kernel code, it has a plain-text format. Some examples are available in this wiki page.

Due to the nature of the format, it can be parsed with regular expressions. An example parser (in Ruby) is available here.

Ideally, the output of the parsing should be a Rust data structure that contains the information available as plain text.

Thanks

@eminence eminence added the help wanted Extra attention is needed label Jul 11, 2023
@StarvingMarvin StarvingMarvin mentioned this issue Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants