forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the outlier skip optimization check after the readable and missing checks are performed on all of the children. This way readable columns with missing data are included in rr_missingdata and rr_missingparity. I opted to add an additional field to raidz_row and raidz_col to store the results of vdev_skip_latency_outlier(). This doesn't cost of any memory due to the way the structure was already packed and seemed the simplest. Signed-off-by: Brian Behlendorf <[email protected]>
- Loading branch information
1 parent
00e4044
commit b482c07
Showing
3 changed files
with
59 additions
and
44 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