Opened 13 years ago
Closed 12 years ago
#180 closed enhancement (fixed)
Implement smartd --savestates and --attributelog for SCSI
Reported by: | Christian Franke | Owned by: | Alex Samorukov |
---|---|---|---|
Priority: | minor | Milestone: | Release 6.1 |
Component: | smartd | Version: | 5.41 |
Keywords: | scsi | Cc: |
Description (last modified by )
The smartd --savestates
and --attributelog
options only works for ATA devices. Should also be implemented for SCSI.
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Description: | modified (diff) |
---|---|
Milestone: | → Release 6.1 |
Resolution: | → fixed |
Status: | assigned → closed |
Summary: | Implement smartd --savestates for SCSI → Implement smartd --savestates and --attributelog for SCSI |
Implemeted saving SCSI error counters and temperature to the attrlog file in r3687. I think that basic implementation is complete now, closing ticket.
Note:
See TracTickets
for help on using tickets.
Initial implementation done in r3680. Currently no attributes are written to the log, CSV dump is also non-functional. There is no direct analogue of the ATA SMART attributes in the SCSI. We can log some values from SCSI log pages, e.g. write/read errors corrected, non medium errors, etc. Also this attributes do not have threshold or normalized value.