fix(ecstore): recover data usage snapshots safely (#4979)

This commit is contained in:
Zhengchao An
2026-07-18 03:02:16 +08:00
committed by GitHub
parent 4589148f48
commit 87128682b0
10 changed files with 693 additions and 90 deletions
Generated
+3
View File
@@ -9955,8 +9955,11 @@ dependencies = [
name = "rustfs-test-utils"
version = "1.0.0-beta.10"
dependencies = [
"rustfs-data-usage",
"rustfs-ecstore",
"rustfs-storage-api",
"serde_json",
"tempfile",
"tokio",
"tokio-util",
"tracing-subscriber",