Actions
Bug #5311
closedtraverse_dnode may report success when it should not
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
zfs - Zettabyte File System
Start date:
2014-11-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
If a dnode has a spill block and there is an error while accessing a data block then traverse_dnode() loses information about that error and returns status of visiting the spill block.
This issue is discovered by Spectra Logic.
Updated by Andriy Gapon over 8 years ago
Review request: https://reviews.csiden.org/r/127/
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 2a89c2c59b7c2beb2373c14368cbe7e32af6ffc1
commit 2a89c2c59b7c2beb2373c14368cbe7e32af6ffc1 Author: Justin T. Gibbs <justing@spectralogic.com> Date: 2014-11-23T03:14:24.000Z 5311 traverse_dnode may report success when it should not Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andriy Gapon <avg@FreeBSD.org> Reviewed by: Will Andrews <willa@spectralogic.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions