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:19268] To fix the issue: show_techsupport & saidump errors during testbed testing by replacing redis-rdb-tool with rdb-cli (#19268) #20728

Merged
merged 1 commit into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. To fix the issue: show_techsupport & saidump errors during testbed te…

    …sting by replacing redis-rdb-tool with rdb-cli (sonic-net#19268)
    
    * To fix the issue: show_techsupport & saidump errors during testbed testing
    sonic-net/sonic-sairedis#1387
    
    To use the Redis-db SAVE option to save the snapshot of DB each time and recover later, instead of looping through each entry in the table and saving it.
    
    (1) Updated sonic-buildimage repo's platform/broadcom/docker-syncd-brcm-dnx/Dockerfile.j2, 
     install rdb-cli into the syncd containter.
    (2) Updated sonic-sairedis repo's script file: files/scripts/saidump.sh, replace rdbtools with rdb-cli.
    (3) Updated sonic-sairedis repo's saidump/saidump.cpp, to process the rdb-cli's ouput json file.
    JunhongMao authored and mssonicbld committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cc66957 View commit details
    Browse the repository at this point in the history