Opened 12 years ago
Closed 12 years ago
#249 closed defect (fixed)
smartd: health check failed if SCSI drive is performing test
Reported by: | Alex Samorukov | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | all | Version: | 6.0 |
Keywords: | scsi smartd | Cc: |
Description
Instead of SMART HEALTH "OK" smartd shows
Device: /dev/sdb, non-SMART asc,ascq: 4,9
in the logs if test is running. smartcl -H /dev/sdb shows that smart status if fine.
Note:
See TracTickets
for help on using tickets.
According to http://www.t10.org/lists/asc-num.htm#ASC_04
04/09 DTLPWROMAEBKVF LOGICAL UNIT NOT READY, SELF-TEST IN PROGRESS
is a normal case. Need to handle this.