mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-12 08:06:54 +00:00
fix remote err && lock err
Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
@@ -2250,8 +2250,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