You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
psud keeps reporting WARNING in syslog on lattest image.
syslog.29.gz:Dec 3 14:49:59.614039 str2-dx010-acs-6 WARNING pmon#psud[32]: message repeated 33 times: [ Failed to update PSU data - float() argument must be a string or a number]
syslog.29.gz:Dec 3 14:50:01.340192 str2-dx010-acs-6 WARNING pmon#psud[32]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:50:03.953308 str2-dx010-acs-6 WARNING pmon#psud[32]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:50:04.500500 str2-dx010-acs-6 WARNING pmon#psud[32]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:50:40.485500 str2-dx010-acs-6 WARNING pmon#psud[32]: message repeated 21 times: [ Failed to update PSU data - float() argument must be a string or a number]
syslog.29.gz:Dec 3 14:51:13.593958 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:51:15.883878 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:51:16.856614 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:51:18.432881 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:51:20.029652 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:52:09.755415 str2-dx010-acs-6 WARNING pmon#psud[31]: message repeated 29 times: [ Failed to update PSU data - float() argument must be a string or a number]
syslog.29.gz:Dec 3 14:52:10.921210 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:53:09.805632 str2-dx010-acs-6 WARNING pmon#psud[31]: message repeated 35 times: [ Failed to update PSU data - float() argument must be a string or a number]
syslog.29.gz:Dec 3 14:53:09.806763 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
syslog.29.gz:Dec 3 14:53:10.630257 str2-dx010-acs-6 WARNING pmon#psud[31]: Failed to update PSU data - float() argument must be a string or a number
Steps to reproduce the issue:
Run nightly test, and the WARNING will be in syslog. Still not clear how triggered.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
…#6128)
Fixes#6126.
There is a bug in getting the path of voltage, current and power. The
list object is directly converted to string to format the file path. As
a result, read_txt_file will get None value and a WARNING will be
recorded. This commit fix the issue.
Signed-off-by: bingwang <[email protected]>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this issue
Feb 25, 2021
…sonic-net#6128)
Fixessonic-net#6126.
There is a bug in getting the path of voltage, current and power. The
list object is directly converted to string to format the file path. As
a result, read_txt_file will get None value and a WARNING will be
recorded. This commit fix the issue.
Signed-off-by: bingwang <[email protected]>
Description
psud keeps reporting WARNING in syslog on lattest image.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: