Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't defer resilver when progress is below 12.5%
Do a restart from the beginning instead. The original rationale for deferring additional resilvers, when there is already one in progress, was to help achieving data redundancy sooner for the data that gets scanned at the end of the resilver. But in case the admin wants to attach multiple disks to a single vdev, it wasn't immediately obvious the admin is supposed to run `zpool resilver` afterwards to reset the deferred resilvers and start a new one from scratch. Signed-off-by: Pavel Snajdr <[email protected]>
- Loading branch information