Opened 13 years ago
Closed 13 years ago
#216 closed defect (wontfix)
xerror NUM incorrect minor number printed
Reported by: | John Peterson | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | all | Version: | 5.42 |
Keywords: | Cc: |
Description
My 24 errors from smartctl --log xerror,99 http://pastebin.com/sJjJ5jUE are printed as
133 [12] ... 121 [0] 120 [23] .. 110 [13]
they should be printed as
133 [23] ... 110 [0]
Thanks!
Change History (2)
comment:1 by , 13 years ago
Summary: | xerror NUM incorrect print → xerror NUM incorrect minor number printed |
---|
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is intentional. The number in square brackets is the error log index. The SMART error logs are organized as circular buffers. Printing another error number relative to buffer start would be redundant.