Open
Description
Problem
To my knowledge, zfs does not keep a history of scrubs performed on the different pools.
Description
Record scrub information returned by "zpool status -v" in netdata. These include information like:
- Last scrub start time/time since last start
- Progress
- Number of bytes repaired
In addition, recording error information from the individual vdevs/the whole pool could be nice
Importance
nice to have
Value p 5769 roposition
- Gives users a view into how much data needed repair and how this changes over time (e.g. with failing drives)
- Gives a quick insight into whether scrubs are running regularly
- Shows accumulation of drive errors over time
...
Proposed implementation
No response