fix(ecstore): fence deletes against decommission commits

This commit is contained in:
overtrue
2026-08-21 23:16:21 +08:00
parent 8679570c2a
commit fdd193ff36
4 changed files with 227 additions and 8 deletions
+1 -1
View File
@@ -4464,7 +4464,7 @@ impl ECStore {
) -> Result<()> {
warn!("decommission_object: start {} {}", &bucket, &rd.object_info.name);
let object_name = rd.object_info.name.clone();
let result = data_movement::migrate_object(
let result = data_movement::migrate_decommission_object(
self,
pool_idx,
bucket.clone(),