mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-04 11:15:39 +00:00
refactor(runtime): wrap tier config global (#4045)
This commit is contained in:
@@ -1030,7 +1030,6 @@ impl TierConfigMgr {
|
||||
let Some(api) = runtime_sources::object_store_handle() else {
|
||||
return Err(tier_config_not_initialized_error("save tiering config"));
|
||||
};
|
||||
//let (pr, opts) = GLOBAL_TierConfigMgr.write().config_reader()?;
|
||||
|
||||
self.save_tiering_config(api).await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user