Opened 4 years ago
Last modified 4 years ago
#1545 new enhancement
Request to support Intel SSD S4520/S4620 Series
| Reported by: | evan5050 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | unscheduled |
| Component: | drivedb | Version: | 7.2 |
| Keywords: | ssd | Cc: | samm@…, yi.wan@… |
Description (last modified by )
I noticed that the Changeset r5252 has flaws to extend Intel regexp to support Intel SSD S4520/S4620 Series. Please use following patch:
{ "Intel S4520/S4620/S4510/S4610/S4500/S4600 Series SSDs",
// INTEL SSDSCKKB480G801
// INTEL SSDSC2KB076TZ01
// INTEL SSDSC2KG960G701
"INTEL SSDSC(2K|KK)(B|G)(240G|480G|960G|019T|038T|076T)(7|8|Z).?",
"", "",
//"-v 5,raw16(raw16),Reallocated_Sector_Ct "
//"-v 9,raw24(raw8),Power_On_Hours "
//"-v 12,raw48,Power_Cycle_Count "
"-v 170,raw48,Available_Reservd_Space "
"-v 171,raw48,Program_Fail_Count "
"-v 172,raw48,Erase_Fail_Count "
"-v 174,raw48,Unsafe_Shutdown_Count "
"-v 175,raw16(raw16),Power_Loss_Cap_Test "
"-v 183,raw48,SATA_Downshift_Count "
"-v 184,raw48,End-to-End_Error_Count "
"-v 187,raw48,Uncorrectable_Error_Cnt "
"-v 190,tempminmax,Drive_Temperature "
"-v 192,raw48,Unsafe_Shutdown_Count "
"-v 197,raw48,Pending_Sector_Count "
"-v 199,raw48,CRC_Error_Count "
"-v 225,raw48,Host_Writes_32MiB "
"-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
"-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
"-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
//"-v 232,raw48,Available_Reservd_Space "
//"-v 233,raw48,Media_Wearout_Indicator "
"-v 234,raw24/raw32:04321,Thermal_Throttle_Status "
"-v 235,raw16(raw16),Power_Loss_Cap_Test "
"-v 241,raw48,Host_Writes_32MiB "
"-v 242,raw48,Host_Reads_32MiB "
"-v 243,raw48,NAND_Writes_32MiB"
},
Attachments (2)
Change History (5)
by , 4 years ago
comment:1 by , 4 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 4 years ago
| Cc: | removed |
|---|---|
| Component: | all → drivedb |
| Keywords: | sdd added; Intel SSD S4520 / S4620 Series removed |
| Milestone: | Release 7.3 → undecided |
| Priority: | critical → minor |
| Summary: | Request to support Intel SSD S4520/S4620 Series, additional changes on top of Changeset 5252 → Request to support Intel SSD S4520/S4620 Series |
| Type: | patch → enhancement |
comment:3 by , 4 years ago
| Keywords: | ssd added; sdd removed |
|---|---|
| Milestone: | undecided → unscheduled |
Partially fixed in r5252.
Note:
See TracTickets
for help on using tickets.

Please provide a sample
smartctl -xoutput for each of the added series (S4520 and S4620).The new entry includes unwanted comment changes:
PS: In future submissions please
svn diff,diff -u, ...),smartctl -xoutputs.