mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 03:46:37 +00:00
7191a3abae
* docs(scanner): document runtime scanner controls * docs(scanner): split English and Chinese README --------- Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com> Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com>
27 lines
598 B
Markdown
27 lines
598 B
Markdown
# RustFS Scanner
|
|
|
|
RustFS Scanner 是后台维护扫描循环,负责用量统计、生命周期过期和分层转移准入、桶复制修复准入、scanner 发起的 heal/bitrot 检查,以及命名空间告警。
|
|
|
|
面向运维人员的运行时控制项、状态字段和调参流程,请参考
|
|
[Scanner Runtime Controls](../../docs/operations/scanner-runtime-controls.md)。
|
|
|
|
英文文档请参考 [README.md](README.md)。
|
|
|
|
## 开发
|
|
|
|
### 构建
|
|
|
|
```bash
|
|
cargo build --package rustfs-scanner
|
|
```
|
|
|
|
### 测试
|
|
|
|
```bash
|
|
cargo test --package rustfs-scanner
|
|
```
|
|
|
|
## 许可证
|
|
|
|
Apache License 2.0
|