mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-12 08:06:54 +00:00
fix(storage): harden offline drive fail-fast paths (#2564)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
This commit is contained in:
Generated
+3
@@ -8029,6 +8029,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
"http 1.4.0",
|
||||
"metrics",
|
||||
"rustfs-common",
|
||||
"rustfs-config",
|
||||
"rustfs-ecstore",
|
||||
@@ -8037,6 +8038,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serial_test",
|
||||
"temp-env",
|
||||
"tempfile",
|
||||
"thiserror 2.0.18",
|
||||
"tokio",
|
||||
@@ -8492,6 +8494,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"futures",
|
||||
"http 1.4.0",
|
||||
"metrics",
|
||||
"path-clean",
|
||||
"rand 0.10.1",
|
||||
"rmp-serde",
|
||||
|
||||
Reference in New Issue
Block a user