* fix(cluster): surface observed peer health Refs rustfs/backlog#1387 Co-Authored-By: heihutu <[email protected]> * fix(admin): distinguish unreported peer health Refs rustfs/backlog#1388 Co-Authored-By: heihutu <[email protected]> * fix(ecstore): decouple metacache peek timeout Refs rustfs/backlog#1389 Co-Authored-By: heihutu <[email protected]> * docs(ops): diagnose metacache listing timeouts Refs rustfs/backlog#1390 Co-Authored-By: heihutu <[email protected]> * refactor(cluster): clarify observed peer health Co-Authored-By: heihutu <[email protected]> * fix(ecstore): route capability state through contract Co-Authored-By: heihutu <[email protected]> --------- Co-authored-by: heihutu <[email protected]>
rustfs-log-analyzer
Offline log fault-analysis core for RustFS, powering the rustfs diagnose
subcommand: parses customer-provided logs (JSON lines, container-wrapped
output, panic blocks, archives), matches a built-in failure-rule library,
and produces severity-ranked diagnosis reports.
Plan and design contract: rustfs/backlog#1281.