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

[action] [PR:16684] Add special rsyslog filter for MSN2700 platform #17078

Merged
merged 1 commit into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. Add special rsyslog filter for MSN2700 platform (sonic-net#16684)

    - Why I did it
    Mellanox MSN2700 platforms have a non-functional error log: "ERR pmon#sensord: Error getting sensor data: dps460/sonic-net#10: Can't read". This error is because of a firmware issue with some PSU, we are not able to upgrade the FW online. Since there is no functional impact, this error log can be ignored safely.
    
    - How I did it
    Add a new rsyslog rule to the rsyslog-container.conf.j2, if the docker name is pmon and the platform name matches, the new rule will be inserted into the docker rsyslogd.conf
    
    - How to verify it
    run regression on the MSN2700 platform to make the error log will not be printed to the syslog.
    
    Signed-off-by: Kebo Liu <kebol@nvidia.com>
    keboliu authored and mssonicbld committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    da02fdf View commit details
    Browse the repository at this point in the history