Files
rustfs/crates/scanner
Henry Guo f49df41db9 fix(lifecycle): harden scanner ILM expiry accounting (#3257)
* fix(lifecycle): harden scanner ILM expiry accounting

* fix(scanner): gate ILM action accounting on enqueue

* fix(metrics): avoid scanner source work argument list

* fix(scanner): gate local ILM accounting on enqueue

---------

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
Co-authored-by: houseme <housemecn@gmail.com>
2026-06-07 16:18:34 +00:00
..

RustFS Scanner

RustFS Scanner 提供了数据完整性检查、健康监控和存储分析等扫描功能。

功能特性

  • 数据完整性扫描
  • 健康监控
  • 存储分析
  • 可扩展的扫描框架

使用示例

use rustfs_scanner::ScannerError;

// TODO: 添加使用示例

开发

构建

cargo build --package rustfs-scanner

测试

cargo test --package rustfs-scanner

许可证

Apache License 2.0