Opened 12 years ago
Closed 12 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 Changed 12 years ago by
Summary: | xerror NUM incorrect print → xerror NUM incorrect minor number printed |
---|
comment:2 Changed 12 years ago by
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.