Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[202111] [Mellanox] Fix issue: error message from system-health daemon is observed during system starting #10843

Merged
merged 1 commit into from
May 21, 2022

Commits on May 12, 2022

  1. Fix issue: error message from system-health daemon is observed during…

    … system starting
    
    Error message: "ERR healthd: Failed to read from file /var/run/hw-management/led/led_status_capability" is observed during system starting
    The system-health daemon will wait for 5 minutes before it starts to run.
    During this time, the only thing it does is to set the LED even before it starting.
    However, the corresponding sysfs has not been ready at the time it is being read, which cause the error message.
    Fix:
    Defer system-health daemon until hw-management service starts
    
    Signed-off-by: Stephen Sun <stephens@nvidia.com>
    stephenxs committed May 12, 2022
    Configuration menu
    Copy the full SHA
    26717f3 View commit details
    Browse the repository at this point in the history