Opened 4 years ago
Closed 4 years ago
#1376 closed patch (fixed)
Add SSSTC ER2-GD/CD to drive db
Reported by: | kobyou | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.2 |
Component: | drivedb | Version: | 7.1 |
Keywords: | ssd | Cc: |
Description
LITEON SSD rename to SSSTC SSD。
but There is not yet in smartmontools drive db for SSSTC SSD,Please help to add it,thanks!
Model name:
SSSTC ER2-GD240
SSSTC ER2-GD480
SSSTC ER2-CD240
SSSTC ER2-CD480
SSSTC ER2-CD960
SSSTC ER2-CD1920
Need to add smartid item:
"-v 170,raw48,Available_Reserve_Space,SSD "
"-v 171,raw48,Program_Fail_Count_Total,SSD "
"-v 172,raw48,Erase_Fail_Count_Total,SSD "
"-v 173,raw48,Average_PE_Count,SSD "
"-v 174,raw48,Unexpected_Power_Loss_Count,SSD "
"-v 202,raw48,Percentage_Lifetime_Remaining,SSD "
"-v 210,raw48,Raid_Success_Recovered_Count,SSD "
"-v 234,raw48,Thermal_Throttle_Status,SSD "
"-v 243,raw48,NAND_GB_Written,SSD "
Attachments (8)
Change History (20)
by , 4 years ago
Attachment: | smartctl-SSSTC ER2.txt added |
---|
comment:1 by , 4 years ago
Cc: | removed |
---|---|
Keywords: | ssd added; SSSTC removed |
Milestone: | Release 7.2 → undecided |
Priority: | critical → minor |
Type: | defect → enhancement |
Notes for future ticket submissions:
- Please do not set a milestone.
- Drivedb enhancement requests are never critical. You could add custom entries locally, see
-B
option on smartctl man page.
comment:2 by , 4 years ago
Summary: | Add SSSTC SSD driver to drive db → Add SSSTC ER2-GD/CD to drive db |
---|
comment:5 by , 4 years ago
LITEON SSD rename to SSSTC SSD。
...
Model name:
SSSTC ER2-GD240
SSSTC ER2-GD480
SSSTC ER2-CD240
SSSTC ER2-CD480
SSSTC ER2-CD960
SSSTC ER2-CD1920
Which were the former LITEON model names?
comment:6 by , 4 years ago
it don't use the name of Liteon model name anymore, Has been renamed SSSTC.
comment:7 by , 4 years ago
Milestone: | undecided → unscheduled |
---|
comment:8 by , 4 years ago
Type: | enhancement → patch |
---|
Issues:
- TESTING IS MANDATORY. The regexp looks good but the entry contains syntax errors:
$ smartctl -B ./drivedb_modify.h -P showall 'SSSTC ER2-GD480' Drive found in smartmontools Database. Drive identity strings: MODEL: SSSTC ER2-GD480 FIRMWARE: (any) match smartmontools Drive Database entry: MODEL REGEXP: SSSTC ER2-(GD|CD)(240|480|960|1920) FIRMWARE REGEXP: .* MODEL FAMILY: SSSTC ER2 GD/CD Series SSDs ATTRIBUTE OPTIONS: 170 Available_Reserve_Space 171 Program_Fail_Count_Total Error: Attribute name too long ------^ 172 Erase_Fail_Count_Total 173 Average_PE_Count 174 Unexpected_Power_Loss_Count Error: Attribute name too long ------^ 202 Percentage_Lifetime_Remaining Error: Attribute name too long ------^ 210 Raid_Success_Recovered_Count Error: Attribute name too long ------^ 234 Thermal_Throttle_Status 243 NAND_GB_Written
-v
options with are already covered by theDEFAULT
entry should be present and commented-out (see various other SSD entries for examples). This documents which attributes are supported.
- Provide the new entry as a patch (
svn diff
ordiff -u
outputs) instead of a full drivedb.h file.
- Screenshots are useless as patch tools only understand plaintext :-)
Note that we may modify entries later to unify attribute naming or include other drive series which have similar attribute sets (e.g. former LITEON models in this case).
comment:9 by , 4 years ago
Milestone: | unscheduled → Release 7.2 |
---|
comment:10 by , 4 years ago
These are present in the patch but missing in the above output from SSSTC ER2-GD480
with Firmware E4N2302
:
+ "-v 210,raw48,Raid_Success_Recover_Ct " + "-v 234,raw48,Thermal_Throttle_Status "
Please provide a sample output from a device which provides these attributes.
comment:11 by , 4 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
smartctl-SSSTC ER2