refactor(heal): unify heal request interface, add disk field, update ahm/ecstore/common for erasure set healing

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-07-21 18:16:42 +08:00
parent 3d3c6e4e06
commit ea210d52dc
29 changed files with 2119 additions and 639 deletions
Generated
+6
View File
@@ -7966,8 +7966,14 @@ dependencies = [
name = "rustfs-common"
version = "0.0.5"
dependencies = [
"async-trait",
"chrono",
"path-clean",
"rmp-serde",
"rustfs-filemeta",
"rustfs-madmin",
"s3s",
"serde",
"tokio",
"tonic",
"uuid",