Will it be better to have below items?AndDo you mean mf_stats now have 7 entries in sysfs?
1. total = recovered + ignored + failed + delayed
2. recovered = soft_offline + hard_offline
(total, ignored, failed, delayed, recovered, hard_offline, soft_offline, then recovered = hard_offline + soft_offline)
Or 6 entries ? (in that case, hard_offline = recovered - soft_offline)
It might be simpler to understand for user if total is just the sum of other entries like this RFC,
but I'd like to know other opinions.
"
total
ignored
failed
dalayed
hard_offline
soft_offline
"
though this will break the previous interface.
Any thoughts?
Thanks.
.