#956 closed enhancement (fixed)
add to existing drivedb entry: ST1000NM0055
Reported by: | Stefan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.0 |
Component: | drivedb | Version: | |
Keywords: | Cc: |
Description
Hello,
today I tested trunk 4648 and the json output. I tested it with a Seagate ST1000NM0055-1V410C and get a json-output like
"in_smartctl_database" : false,
but when i looking in https://www.smartmontools.org/browser/trunk/smartmontools/drivedb.h for 'ST1000NM0055' i found it, maybe there is some problems with drivedb-checks?
btw: if you need help with json output I've SATA-HDD, SAS-HDD/SSD to help you with the output
Attachments (1)
Change History (6)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Component: | all → drivedb |
---|---|
Keywords: | json drivedb removed |
Milestone: | → Release 6.7 |
Priority: | trivial → minor |
Summary: | json output 'in_smartctl_database' maybe wrong? → add to existing drivedb entry: ST1000NM0055 |
Type: | defect → enhancement |
Changing ticket summary accordingly.
by , 7 years ago
Attachment: | smartctl-Seagate-ST1000NM0055-1V410C.txt added |
---|
smartctl -x output, to complete recommendations to add a drive to the drivedb
Note:
See TracTickets
for help on using tickets.
Thanks for testing.
JSON output of
in_smartctl_database
is correct. The drive is listed in a comment above the drivedb entry, but accidentally its regex does not match ST1000NM0055 :Of course, future test reports for JSON output are appreciated.
BTW: To compare old/json output, try
smartctl --json=i
.