S.M.A.R.T. Temperature Issue 11.3 RC1
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Christian Bickel
December 28, 2019 at 8:43 AM
Last night I restarted the S.M.A.R.T. Service and since then the temperatures for SSD "ada0" and NVMe "nvd0" are shown in the reports.
Christian Bickel
December 28, 2019 at 8:39 AM
first command:
root@FreeNAS:~ # midclt call stats.get_data '[{"source":"disktemp-ada0","type":"temperature","dataset":"value"}]' '{"step":"10"}'
{"about": "Data for disktemp-ada0/temperature", "meta": {"start": 1577518800, "end": 1577522400, "step": 300, "legend": ["disktemp-ada0/temperature"]}, "data": [[26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [26.0], [null]]}
root@FreeNAS:~ #
second command:
root@FreeNAS:~ # midclt call stats.get_data '[{"source":"disktemp-nvd0","type":"temperature","dataset":"value"}]' '{"step":"10"}' {"about": "Data for disktemp-nvd0/temperature", "meta": {"start": 1577518800, "end": 1577522400, "step": 300, "legend": ["disktemp-nvd0/temperature"]}, "data": [[36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [36.0], [null]]} root@FreeNAS:~ #
Vladimir Vinogradenko
December 27, 2019 at 9:20 PM
@Christian Bickel temperature for ada0 and nvd0 should be collected correctly. What do
midclt call stats.get_data '[{"source":"disktemp-ada0","type":"temperature","dataset":"value"}]' '{"step":"10"}'
and
midclt call stats.get_data '[{"source":"disktemp-nvd0","type":"temperature","dataset":"value"}]' '{"step":"10"}'
print?
Christian Bickel
December 27, 2019 at 8:50 PM
first command:
root@FreeNAS:~ # midclt call disk.query '[["devname", "!=", null], ["togglesmart", "=", true], ["hddstandby", "=", "ALWAYS ON"]]'
[{"identifier": "{serial}020821F3E27539110369", "name": "ada0", "subsystem": "ada", "number": 0, "serial": "020821F3E27539110369", "size": 32017047552, "type": "SSD", "rotationrate": null, "model": "TS32GSSD370S", "multipath_name": "", "multipath_member": "", "description": "", "transfermode": "Auto", "hddstandby": "ALWAYS ON", "advpowermgmt": "DISABLED", "acousticlevel": "DISABLED", "togglesmart": true, "smartoptions": "", "expiretime": null, "passwd": "", "difference": null, "informational": null, "critical": null, "devname": "ada0", "enclosure": null}, {"identifier": "{serial}S3ESNX0K339854R", "name": "nvd0", "subsystem": "nvd", "number": 0, "serial": "S3ESNX0K339854R", "size": 250059350016, "type": "SSD", "rotationrate": null, "model": "Samsung SSD 960 EVO 250GB", "multipath_name": "", "multipath_member": "", "description": "", "transfermode": "Auto", "hddstandby": "ALWAYS ON", "advpowermgmt": "DISABLED", "acousticlevel": "DISABLED", "togglesmart": true, "smartoptions": "", "expiretime": null, "passwd": "", "difference": null, "informational": null, "critical": null, "devname": "nvd0", "enclosure": null}]
root@FreeNAS:~ #
second command:
root@FreeNAS:~ # midclt call disk.temperatures '["nvd0"]' 'NEVER' '{"nvd0": ["/dev/nvme0"]}' {"nvd0": 36} root@FreeNAS:~ #
Complete
Details
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
Christian Bickel
Christian BickelComponents
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created December 26, 2019 at 2:51 PM
Updated July 1, 2022 at 4:46 PM
Resolved December 30, 2019 at 11:26 AM
Hi,
I can't see any temperature of my disks neither SATA drives (5x WD Red) nore NVMe drive (Samsung SSD 960 EVO). I had this problem already in 11.2 U7 (also earlier versions) and it is still present in 11.3 RC1.
Other S.M.A.R.T. datas are available in the UI but not the temperatures. S.M.A.R.T. service is also running and I can get dates from the shell.
Thanks.