Custom Query (1386 matches)
Results (235 - 237 of 1386)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#248 | worksforme | SSD disks wrong monitoring | ||
Description |
It's necessary to monitor 232 Available_Reservd_Space atribute in SSD drivers smartd 5.43 2012-06-30 r3573 [x86_64-linux-2.6.18-308.20.1.el5] (local build) .... Device: /dev/sda [SAT], INTEL SSDSA2CT040G3, S/N:BTPR234302T5040AGN, WWN:5-001517-972eb1433, FW:4PC10362, 40.0 GB Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], found in smartd database: Intel 320 Series SSDs Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197 Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198 Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
........... Device: /dev/sda [SAT], INTEL SSDSA2CT040G3, S/N:BTPR234302T5040AGN, WWN:5-001517-972eb1433, FW:4PC10362, 40.0 GB Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], found in smartd database: Intel 320 Series SSDs Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197 Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198 Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. Thanks for your job. |
|||
#249 | fixed | smartd: health check failed if SCSI drive is performing test | ||
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. |
|||
#250 | fixed | implement -g/-s wcache and lookahead for the SCSI drvies | ||
Description |
Most of SCSI/SAS drives are supporting cache control, so it is possible to implement this functionality. This should help a lot for SAS drives behind the RAID - some of them turning off write cache if drive is not "native". Tested on scsi, megaraid and cciss device types on Linux. It was found that cciss silently filtering MODE SELECT command, so actual values are not changed. On megaraid and direct connection everything works as expected. |