Actions
Bug #5351
closedscrub goes for an extra second each txg
Start date:
2014-11-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Scrub/resilver is supposed to pause after at most zfs_txg_timeout seconds.
However, due to rounding in dsl_scan_check_pause(), we actually pause after at
most (zfs_txg_timeout + 1) seconds.
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 6f6a76adacda33b10633476dc6c5d66d7f17dd94
commit 6f6a76adacda33b10633476dc6c5d66d7f17dd94 Author: Matthew Ahrens <mahrens@delphix.com> Date: 2014-11-23T18:46:05.000Z 5351 scrub goes for an extra second each txg 5352 scrub should pause when there is some dirty data Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions