refactor(odm): move migration orchestration into application (#7226)

* refactor(odm): move migration orchestration into application

* style(odm): format relocated listing test imports
This commit is contained in:
Zhengchao An
2026-09-06 01:31:58 +08:00
committed by GitHub
parent 14cef91423
commit 8fc1c9281e
45 changed files with 619 additions and 540 deletions
+1 -3
View File
@@ -15,9 +15,7 @@
//! Cross-cutting helpers shared by the object use-case modules.
use super::*;
use crate::app::storage_api::object_usecase::bucket::on_demand_migration::{
OdmStateError, PolicyConfig, SourceErrorPolicy, SourceHead,
};
use crate::on_demand_migration::{OdmStateError, PolicyConfig, SourceErrorPolicy, SourceHead};
pub(super) const RUSTFS_EXPECTED_CURRENT_VERSION_ID: &str = "x-rustfs-expected-current-version-id";