Actions
Bug #7900
closedzdb shouldn't print the path of a znode at verbosity < 5
Start date:
2017-02-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
zdb shouldn't print the path of a znode at verbosity < 5. There are two reasons:
1) Finding a znode's path is slower than printing any other znode information at verbosity < 5.
2) On a corrupted pool like the one mentioned below, zdb will crash when it tries to determine the znode's path. But with this patch, zdb can still extract useful information from such pools.
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit e548d2fa41d1baa06662ed9abbb8bcec86e27dd9
commit e548d2fa41d1baa06662ed9abbb8bcec86e27dd9 Author: Alan Somers <asomers@gmail.com> Date: 2017-04-14T03:44:20.000Z 7900 zdb shouldn't print the path of a znode at verbosity < 5 Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions