Actions
Feature #6231
closediostat -E should support blkdev devices
Start date:
2015-09-15
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Currently iostat -E doesn't show anything for blkdev devices. This command is used to show device errors, capacity, and inquiry information.
The information shown by iostat -E is a pretty-printed kstat of class device_error. blkdev will have to create that kstat, and there needs to be a mechanism for drivers using blkdev to pass information about errors etc. to blkdev to be included in the kstat.
Updated by Hans Rosenfeld almost 7 years ago
- Tracker changed from Bug to Feature
Actions