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 by John Peterson, 12 years ago

Summary: xerror NUM incorrect printxerror NUM incorrect minor number printed

comment:2 by Christian Franke, 12 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.