forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Balance vdev mirror reads off pending queue length
When selecting which vdev mirror child to read from, redirect io's to child vdevs with the smallest pending queue lengths. During the vdev selection process if a readable vdev is found with a queue length of 0 then the vdev will be used and the above process will be cut short. It is hoped that this will cause all available vdevs to be utilised while ensuring the more capable devices take on more of the workload. closes openzfs#1461
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters