Actions
Bug #5808
closedspa_check_logs is not necessary on readonly pools
Start date:
2015-04-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
When using zdb, spa_check_logs() can cause a lot of i/o before we even have the pool open. A damaged (or changing) pool may not be able to check the logs, but we'd still like to be able to see what's in the other parts of the pool.
Updated by Electric Monk about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 23367a2f2caec1ccb4d918bdd0f2fc2c9cadcd06
commit 23367a2f2caec1ccb4d918bdd0f2fc2c9cadcd06 Author: Matthew Ahrens <mahrens@delphix.com> Date: 2015-04-26T22:25:40.000Z 5808 spa_check_logs is not necessary on readonly pools Reviewed by: George Wilson <george@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
Actions