mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 02:33:15 +00:00
Merge pull request #195 from rustfs/wip-dandan
fix remote err && lock err
This commit is contained in:
@@ -2251,8 +2251,8 @@ impl SetDisks {
|
||||
|
||||
if !lastest_meta.deleted && disks_to_heal_count > lastest_meta.erasure.parity_blocks {
|
||||
error!(
|
||||
"file part corrupt too much, can not to fix, disks_to_heal_count: {}, parity_blocks: {}",
|
||||
disks_to_heal_count, lastest_meta.erasure.parity_blocks
|
||||
"file({} : {}) part corrupt too much, can not to fix, disks_to_heal_count: {}, parity_blocks: {}",
|
||||
bucket, object, disks_to_heal_count, lastest_meta.erasure.parity_blocks
|
||||
);
|
||||
let mut t_errs = vec![None; errs.len()];
|
||||
// Allow for dangling deletes, on versions that have DataDir missing etc.
|
||||
|
||||
Reference in New Issue
Block a user