Thanks for using the TrueNAS Community Edition issue tracker! TrueNAS Enterprise users receive direct support for their reports from our support portal.

Disk temperature is not displayed if "SMART Error Log" is not empty

Description

Previously, the temperature was displayed normally.
After the records appeared in the "SMART Error Log", the temperature in the WebUI stopped to display.

In SMART temperature is present on all drives (smart.txt).
Probably something is wrong with SMART output parsing if the temperature is taken from it.

Applications:

smart.txt - SMART output of all drives

temp_only.txt - only temperatures from smart.txt

Problem/Justification

None

Impact

None

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Vladimir Vinogradenko June 19, 2019 at 11:19 AM

Good, thank you! This is already fixed and patch will be shipped in 11.2-U5.

Yuriy Zakharov June 19, 2019 at 11:15 AM
Edited

>what is the exit code of smartctl -a /dev/ada0 ?

// exitcodes.sh #!/bin/csh set i = 0 while ($i < 5) echo "smartctl -a /dev/ada$i" smartctl -a /dev/ada$i >nul echo $? @ i++ end

Output exitcodes.sh

root@srv-Backup:~# ./exitcodes.sh smartctl -a /dev/ada0 64 smartctl -a /dev/ada1 64 smartctl -a /dev/ada2 64 smartctl -a /dev/ada3 0 smartctl -a /dev/ada4 0

  

>Do ada0, ada1, ada2 all have S.M.A.R.T. errors on them?

root@srv-Backup:~# egrep "# smartctl|ATA Error Count:" smart.txt root@srv-Backup:~# smartctl -a /dev/ada0 ATA Error Count: 1 root@srv-Backup:~# smartctl -a /dev/ada1 ATA Error Count: 3 root@srv-Backup:~# smartctl -a /dev/ada2 ATA Error Count: 3 root@srv-Backup:~# smartctl -a /dev/ada3 root@srv-Backup:~# smartctl -a /dev/ada4

Full output for all disk in smart.txt

Vladimir Vinogradenko June 19, 2019 at 10:08 AM

what is the exit code of smartctl -a /dev/ada0 ?

Do ada0, ada1, ada2 all have S.M.A.R.T. errors on them?

Duplicate
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

More fields

Katalon Platform

Created June 17, 2019 at 1:48 PM
Updated July 1, 2022 at 4:35 PM
Resolved June 19, 2019 at 10:07 AM