mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-17 18:27:49 +00:00
putobject reduce_read_quorum_errs
This commit is contained in:
@@ -901,7 +901,7 @@ impl DiskAPI for LocalDisk {
|
||||
self.rename_all(&src_data_path, &dst_data_path, &skip_parent).await?;
|
||||
}
|
||||
|
||||
warn!("old_data_dir {:?}", old_data_dir);
|
||||
// warn!("old_data_dir {:?}", old_data_dir);
|
||||
// 有旧目录,把old xl.meta存到旧目录里
|
||||
if old_data_dir.is_some() {
|
||||
self.write_all(
|
||||
|
||||
Reference in New Issue
Block a user