Actions
Feature #10405
closedImplement ZFS sorted scans
Start date:
2019-03-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Hard
Tags:
Gerrit CR:
External Bug:
Description
The original implementation is: https://github.com/zfsonlinux/zfs/commit/d4a72f23863382bdf6d0ae33196f5b5decbc48fd
However, as we did see with large_dnode, since our ZFS code is lagging years behind, we likely need to pick up side patches and bug fixes as we go.
Related issues
Updated by Joshua M. Clulow about 4 years ago
- Blocks Support #10566: Multiple DVA Scrubbing Fix added
Updated by Toomas Soome about 4 years ago
- Related to Bug #10900: Fix estimated scrub completion time added
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit a3874b8b1fe5103fc1f961609557c0587435fec0
commit a3874b8b1fe5103fc1f961609557c0587435fec0 Author: Toomas Soome <tsoome@me.com> Date: 2019-05-13T20:49:06.000Z 10405 Implement ZFS sorted scans Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions