fix(admin): preserve decommission readiness error (#7285)

This commit is contained in:
Zhengchao An
2026-09-06 21:20:32 +08:00
committed by GitHub
parent 002ac9544c
commit f474ea30d4
5 changed files with 54 additions and 7 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ pub mod cache {
pub mod capacity {
pub use crate::core::pools::{
DecommissionUnresolvedEntry, PoolDecommissionInfo, PoolStatus, get_total_usable_capacity, get_total_usable_capacity_free,
path2_bucket_object, path2_bucket_object_with_base_path,
is_pool_activation_fleet_proof_error, path2_bucket_object, path2_bucket_object_with_base_path,
};
pub use crate::store::utils::is_reserved_or_invalid_bucket;
}