skip disks under scanning when healing disks (#17822)

Bonus:

- avoid calling DiskInfo() calls when missing blocks
  instead heal the object using MRF operation.

- change the max_sleep to 250ms beyond that we will
  not stop healing.
This commit is contained in:
Harshavardhana
2023-08-09 12:51:47 -07:00
committed by GitHub
parent 6e860b6dc5
commit c45bc32d98
6 changed files with 42 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ var DefaultKVS = config.KVS{
},
config.KV{
Key: Sleep,
Value: "1s",
Value: "250ms",
},
config.KV{
Key: IOCount,