mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 12:09:12 +00:00
fix(odm): close three on-demand migration follow-ups from the e2e matrix (#7101)
This commit is contained in:
@@ -56,7 +56,7 @@ pub const REQUEST_OUTCOMES: [&str; 7] = [
|
||||
/// Fixed `path` label values.
|
||||
pub const PULL_PATHS: [&str; 3] = ["inline", "background", "backfill"];
|
||||
/// Fixed `reason` label values.
|
||||
pub const PULL_FAILURE_REASONS: [&str; 12] = [
|
||||
pub const PULL_FAILURE_REASONS: [&str; 13] = [
|
||||
"source_not_found",
|
||||
"source_access_denied",
|
||||
"source_throttled",
|
||||
@@ -67,6 +67,7 @@ pub const PULL_FAILURE_REASONS: [&str; 12] = [
|
||||
"source_other",
|
||||
"etag_mismatch",
|
||||
"local_write",
|
||||
"quota",
|
||||
"canceled",
|
||||
"queue_full",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user