fix(heal): harden resumable set repair failures (#5693)

* fix(heal): enforce resumable task control

* fix(ecstore): surface bucket and metadata heal errors

* chore: refresh guardrail path references

---------

Signed-off-by: cxymds <cxymds@gmail.com>
This commit is contained in:
cxymds
2026-08-04 20:35:58 +08:00
committed by GitHub
parent 3c8bd5b929
commit 31959b90db
15 changed files with 1276 additions and 191 deletions
+1
View File
@@ -20,6 +20,7 @@ checked_files=(
"rustfs/src/admin/handlers/table_catalog/refs.rs"
"rustfs/src/admin/handlers/table_catalog/routes.rs"
"rustfs/src/admin/handlers/table_catalog/table.rs"
"rustfs/src/admin/handlers/table_catalog/tests.rs"
"rustfs/src/admin/handlers/table_catalog/view.rs"
"rustfs/src/admin/handlers/service_account.rs"
"rustfs/src/admin/handlers/kms_audit.rs"